Created
August 13, 2019 02:51
-
-
Save drewdaemon/d57190855f4d035221e9a903e5782354 to your computer and use it in GitHub Desktop.
Chrome Extension Manifest for Pokemon Evolution Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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