Skip to content

Instantly share code, notes, and snippets.

@drewdaemon
Created August 13, 2019 02:51
Show Gist options
  • Save drewdaemon/d57190855f4d035221e9a903e5782354 to your computer and use it in GitHub Desktop.
Save drewdaemon/d57190855f4d035221e9a903e5782354 to your computer and use it in GitHub Desktop.
Chrome Extension Manifest for Pokemon Evolution Extension
{
"name": "Pokemon Evolution",
"version": "1.0",
"description": "Provides in-browser tools for Pokemon Go users.",
"permissions": [],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Pokemon Evolution"
},
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment