TabbyMons

TabbyMons

Pokemon Gotta Tab 'em All

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "TabbyMons",
  "name": "TabbyMons",
  "description": "Pokemon Gotta Tab 'em All",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "version": "1.2.1",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "optional_host_permissions": [
    "*://*/*"
  ]
}