Skip to content

Instantly share code, notes, and snippets.

@sibnerian
Created April 3, 2015 03:28
Show Gist options
  • Save sibnerian/98d6c85a7a1cd7684aaf to your computer and use it in GitHub Desktop.
Save sibnerian/98d6c85a7a1cd7684aaf to your computer and use it in GitHub Desktop.
{
// Required
"manifest_version": 2,
"name": "My Extension",
"version": "1.0.0",
// Recommended
"default_locale": "en",
"description": "A plain text description",
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
// Pick one (or none)
"browser_action": {...},
"page_action": {...},
// Optional
"author": ...,
"automation": ...,
"background": {
// Recommended
"persistent": false
},
"background_page": ...,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment