Kustom Tab - Your Live Tab

Kustom Tab - Your Live Tab

Kustom tab - customize your new tab with static or live wallpapers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kustom Tab - Your Live Tab",
  "short_name": "kustomtab",
  "description": "Kustom tab - customize your new tab with static or live wallpapers",
  "version": "4.2",
  "default_locale": "en",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "/assets/logo.png",
    "48": "/assets/logo.png",
    "128": "/assets/logo.png"
  },
  "action": {
    "default_icon": "/assets/logo.png"
  },
  "background": {
    "service_worker": "/js/worker.js"
  },
  "permissions": [
    "background",
    "storage",
    "unlimitedStorage",
    "*://mojtab-api.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' http://suggestqueries.google.com https://www.google-analytics.com https://json.geoiplookup.io https://kustomtab.com https://mojtab-api.com;"
  },
  "offline_enabled": true,
  "googleAnalyticsID": "UA-198228862-1"
}