Generation 3 - Pokédex

Generation 3 - Pokédex

Quick access to your Pokémon from Generation 3!!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Generation 3 - Pokédex",
  "short_name": "Generation 3",
  "manifest_version": 2,
  "description": "Quick access to your Pokémon from Generation 3!!!",
  "version": "1",
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": []
}