Quick Pokemon Search

Quick Pokemon Search

Click the Pokemon for the Database page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quick Pokemon Search",
  "version": "1.3.0",
  "description": "Click the Pokemon for the Database page",
  "manifest_version": 3,
  "author": "Darin Gharib",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Poke Search",
    "default_icon": {
      "16": "/img16x16.png"
    }
  },
  "content_security_policy": {
    "unsafe-inline": "self"
  }
}