Pha​n​tom For Chrome

Pha​n​tom For Chrome

Stick Hero Game Extension

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pha​n​tom For Chrome",
  "description": "Stick Hero Game Extension",
  "author": "Rab-Tech",
  "version": "1.1",
  "sandbox": {
    "pages": [
      "lib/index.html"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "./icons/128x128.png"
  },
  "icons": {
    "16": "./icons/16x16.png",
    "32": "./icons/32x32.png",
    "48": "./icons/48x48.png",
    "128": "./icons/128x128.png"
  }
}