NewTab Cinema

NewTab Cinema

The New Tab Cinema extension will change the look of your new tab pages. Now you can feel the atmosphere of a cinema hall and enjoy…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewTab Cinema",
  "version": "0.0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "128": "png/cinema.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://* http://* http://localhost:* data: blob: filesystem:;"
  }
}