Skip to content

Instantly share code, notes, and snippets.

@sethladd
Created October 28, 2010 05:35
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 sethladd/650702 to your computer and use it in GitHub Desktop.
Save sethladd/650702 to your computer and use it in GitHub Desktop.
An example manifest.json for a Hosted Flash Web App.
{
"name": "Chrome is Glowing",
"description": "Try to take your eyes off of the glowing Chrome orb.",
"version": "1",
"app": {
"urls": [
"http://glowingchrome.appspot.com/"
],
"launch": {
"web_url": "http://glowingchrome.appspot.com/"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment