Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing

Pokemon Showdown Team Sharing allow you to share your teams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pokemon Showdown Team Sharing",
  "description": "Pokemon Showdown Team Sharing allow you to share your teams",
  "version": "1.0.4",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Pokemon Showdown Team Sharing"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "omnibox": {
    "keyword": "q"
  }
}