Roller Coaster Background Pictures

Roller Coaster Background Pictures

This new tab extension will show pictures of roller coaster 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": "Roller Coaster Background Pictures",
  "version": "1.0.2",
  "description": "This new tab extension will show pictures of roller coaster in the background.",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://rollercoasterpicturesnewtab.com/",
    "*://*.rollercoasterpicturesnewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "RCTab.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png"
  }
}