Skip to content

Instantly share code, notes, and snippets.

@sethladd
Created October 28, 2010 05:11
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/650677 to your computer and use it in GitHub Desktop.
Save sethladd/650677 to your computer and use it in GitHub Desktop.
A manifest for a packaged bare-bones Flash app for the Chrome Web Store. As simple as it gets.
{
"name": "YOUR APP NAME",
"description": "YOUR APP DESCRIPTION",
"version": "1",
"app": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
}
}
@sethladd
Copy link
Author

sethladd commented Nov 2, 2010

NOTE: the index.html should host the .swf file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment