Truffle New Tab | Content Dashboard

Truffle New Tab | Content Dashboard

See what your favorite Twitch and Youtube streamers are up to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "16": "src/assets/icon16.png",
    "48": "src/assets/icon48.png",
    "128": "src/assets/icon128.png"
  },
  "description": "See what your favorite Twitch and Youtube streamers are up to!",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "name": "Truffle New Tab | Content Dashboard",
  "version": "0.0.4.0",
  "version_name": "0.0.4",
  "optional_permissions": [
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "src/newtab/index.html"
  },
  "host_permissions": [
    "https://*.youtube.com/*",
    "https://*.twitch.tv/*",
    "https://*.kick.com/*"
  ]
}