Skip to content

Instantly share code, notes, and snippets.

@cypressious
Created November 24, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cypressious/5fecd8e9755821e3d1d42bb2c5e42960 to your computer and use it in GitHub Desktop.
Save cypressious/5fecd8e9755821e3d1d42bb2c5e42960 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Beastify",
"version": "1.0",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/beasts-32.png",
"default_title": "Beastify",
"default_popup": "popup/choose_beast.html"
},
"web_accessible_resources": [
"beasts/frog.jpg",
"beasts/turtle.jpg",
"beasts/snake.jpg"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment