Created
February 10, 2014 06:55
-
-
Save kkxlkkxllb/8911503 to your computer and use it in GitHub Desktop.
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": "imagine", | |
"description": "learning english by reading", | |
"version": "0.0.1", | |
"manifest_version": 2, | |
"app": { | |
"urls": [ | |
"http://17up.org/" | |
], | |
"launch": { | |
"web_url": "http://imagine.17up.org", | |
"container": "panel", | |
"height": 600, | |
"width": 800 | |
} | |
}, | |
"icons": { | |
"128": "favicon.png" | |
}, | |
"permissions": [ | |
"unlimitedStorage", | |
"notifications", | |
"background" | |
], | |
"offline_enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment