Skip to content

Instantly share code, notes, and snippets.

@kkxlkkxllb
Created February 10, 2014 06:55
Show Gist options
  • Save kkxlkkxllb/8911503 to your computer and use it in GitHub Desktop.
Save kkxlkkxllb/8911503 to your computer and use it in GitHub Desktop.
{
"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