Pokemon Card Viewer

Pokemon Card Viewer

Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pokemon Card Viewer",
  "version": "1.0.5",
  "description": "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!",
  "manifest_version": 3,
  "author": "Dillonzer",
  "icons": {
    "128": "./images/logoimage.png"
  },
  "action": {
    "default_popup": "panel.html",
    "default_title": "Pokemon Card Viewer"
  },
  "host_permissions": [
    "https://api.tcgplayer.com/"
  ],
  "permissions": [
    "storage"
  ]
}