PokemonGo QR Generator

PokemonGo QR Generator

Generate QR images for Friend codes in Pokémon Go

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PokemonGo QR Generator",
  "version": "1.0.1",
  "description": "Generate QR images for Friend codes in Pokémon Go",
  "icons": {
    "48": "icons/qr48.png",
    "128": "icons/qr128.png",
    "256": "icons/qr256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/r/pokemongotrades/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 2
}