Gaming News Feed

Gaming News Feed

News about gaming from around the web. A gamer's must!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Gaming News Feed",
  "version": "1.4.5",
  "description": "News about gaming from around the web. A gamer's must!",
  "author": "Mania Tech Ltd",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "https://bethegamepro.com/",
  "options_page": "settings.html",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "assets/icons/16x16.png",
    "96": "assets/icons/96x96.png",
    "128": "assets/icons/128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/16x16.png"
    },
    "default_title": "Gaming News Feed"
  },
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "*://*.bethegamepro.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "tab.html"
  }
}