Created
October 28, 2010 05:11
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: the index.html should host the .swf file