Created
October 28, 2010 05:35
-
-
Save sethladd/650702 to your computer and use it in GitHub Desktop.
An example manifest.json for a Hosted Flash Web App.
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": "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