Random Pokemon Generator

Random Pokemon Generator

Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Pokemon Generator",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Create Your Own Pokemon Adventure using randomgenerate.io Extnesion.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}