Drop Tab

Drop Tab

Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drop Tab",
  "short_name": "Drop",
  "description": "Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!",
  "version": "1.0.7",
  "incognito": "split",
  "icons": {
    "16": "./assets/images/icons/16.png",
    "32": "./assets/images/icons/32.png",
    "64": "./assets/images/icons/64.png",
    "128": "./assets/images/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./views/newtab.html"
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "host_permissions": [
    "*://droptab.net/*"
  ],
  "manifest_version": 3,
  "offline_enabled": true,
  "background": {
    "service_worker": "./service-worker.js"
  }
}