India HD Wallpapers New Tab Theme

India HD Wallpapers New Tab Theme

Customize your New Tab page and enjoy wallpaper images of India with every new tab with My India.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "India HD Wallpapers New Tab Theme",
  "description": "Customize your New Tab page and enjoy wallpaper images of India with every new tab with My India.",
  "version": "3.0.13",
  "short_name": "India",
  "permissions": [
    "storage",
    "topSites",
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "India HD Wallpapers New Tab Theme"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.worldoftravel.co/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.worldoftravel.co/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}