Paris Background Pictures New Tab

Paris Background Pictures New Tab

This new tab extension will show pictures of Paris city 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": "Paris Background Pictures New Tab",
  "version": "1.0.3",
  "description": "This new tab extension will show pictures of Paris city in the background.",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://parispicturesnewtab.com/",
    "*://*.parispicturesnewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "ParisTab.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png"
  }
}