Fashion Background Pictures New Tab

Fashion Background Pictures New Tab

This new tab extension will display fashion pictures in the background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "name": "Fashion Background Pictures New Tab",
  "version": "1.0.5",
  "description": "This new tab extension will display fashion pictures in the background.",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://fashionnewtab.com/",
    "*://*.fashionnewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "FashionTab.html"
  },
  "icons": {
    "16": "fashion.png",
    "48": "fashion.png",
    "128": "fashion.png"
  },
  "action": {
    "default_icon": "fashion.png"
  }
}