Skip to content

Instantly share code, notes, and snippets.

@arxdsilva
Last active January 21, 2018 06:01
Show Gist options
  • Save arxdsilva/1f6834e78459433cc74c8ca81a24212c to your computer and use it in GitHub Desktop.
Save arxdsilva/1f6834e78459433cc74c8ca81a24212c to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Getting started example",
"description": "This extension allows the user to change the background color of the current page.",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment