Skip to content

Instantly share code, notes, and snippets.

@iampeterbanjo
Created November 13, 2010 07:47
Show Gist options
  • Save iampeterbanjo/675172 to your computer and use it in GitHub Desktop.
Save iampeterbanjo/675172 to your computer and use it in GitHub Desktop.
manifest file format for Google chrome extension
//there are exceptions to the rule
{
"property1" : "value1",
"property2" : "value2",
"property3" : ["value3.1","value3.2"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment