Game News Play

Game News Play

Game News Play extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Game News Play",
  "description": "Game News Play extension",
  "version": "1.0.1",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "assets/icons/icon16.png",
    "default_title": "Game News Play"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "app/runtime-es2015.c5fa8325f89fc516600b.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}