Enhanced Tooltip functionality for Pokémon Showdown Random Battle formats.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Pokémon Showdown Randbats Tooltip",
"description": "Enhanced tooltip functionality for Pokémon Showdown Random Battle formats.",
"version": "1.5.5",
"icons": {
"16": "/16x16.png",
"32": "/32x32.png",
"48": "/48x48.png",
"128": "/128x128.png"
},
"web_accessible_resources": [
"/index.js"
],
"content_scripts": [
{
"matches": [
"*://*.pokemonshowdown.com/*",
"*://*.psim.us/*"
],
"js": [
"/shim.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{45a77b05-36c2-4f0f-864b-309d1916bb2a}"
}
}
}