PCGGhost

PCGGhost

Helps in PCG battles!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PCGGhost",
  "version": "3.0.0",
  "description": "Helps in PCG battles!",
  "content_scripts": [
    {
      "matches": [
        "https://pm0qkv9g4h87t5y6lg329oam8j7ze9.ext-twitch.tv/*"
      ],
      "js": [
        "static/js/main.e339f0c8.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "96": "96.png",
    "128": "128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "pokemons.jsonx",
        "moves.jsonx"
      ],
      "matches": [
        "https://pm0qkv9g4h87t5y6lg329oam8j7ze9.ext-twitch.tv/*"
      ]
    }
  ]
}