Movie Stream Tab

Movie Stream Tab

An extension for movie and tv enthusiasts. Get a new tab that includes links to movie reviews, streaming guides and the latest…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Movie Stream Tab",
  "version": "0.5.2",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "permissions": [
    "topSites",
    "storage"
  ]
}