Gaming News Tab

Gaming News Tab

Stay up-to-date with the latest gaming news right from your browser's new tab! Get access to the hottest gaming headlines.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gaming News Tab",
  "version": "1.0.1",
  "description": "Stay up-to-date with the latest gaming news right from your browser's new tab! Get access to the hottest gaming headlines.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}