Skip to content

Instantly share code, notes, and snippets.

@MickaelBaye
Created January 22, 2014 13:01
Show Gist options
  • Save MickaelBaye/8558310 to your computer and use it in GitHub Desktop.
Save MickaelBaye/8558310 to your computer and use it in GitHub Desktop.
Google Chrome manifest.json
{
"name": "Name",
"description": "Description",
"version": "0.1",
"app": {
"background": {
"scripts": ["background.js"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment