Shop Tab

Shop Tab

Shopping offers on your new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Shopping offers on your new tab page",
  "version": "1.4",
  "name": "Shop Tab",
  "short_name": "Shop Tab",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "externally_connectable": {
    "matches": [
      "https://shoptab.xyz/*"
    ]
  },
  "manifest_version": 3
}