Stackedit/chrome-app/manifest.json

24 lines
464 B
JSON
Raw Normal View History

2013-12-08 18:12:31 +00:00
{
"name": "StackEdit",
"description": "The Markdown editor powered by PageDown",
2014-08-27 23:04:57 +00:00
"version": "1.0.9",
2013-12-08 18:12:31 +00:00
"manifest_version": 2,
"container" : "GOOGLE_DRIVE",
"api_console_project_id" : "241271498917",
"icons": {
2013-12-14 22:43:31 +00:00
"128": "logo-128.png"
2013-12-08 18:12:31 +00:00
},
"app": {
"urls": [
"https://stackedit.io/"
],
"launch": {
2014-08-27 23:04:57 +00:00
"web_url": "https://stackedit.io/editor"
2013-12-08 18:12:31 +00:00
}
},
"offline_enabled": true,
"permissions": [
"unlimitedStorage"
]
2014-08-27 23:04:57 +00:00
}