2013-12-08 18:12:31 +00:00
|
|
|
{
|
|
|
|
"name": "StackEdit",
|
|
|
|
"description": "The Markdown editor powered by PageDown",
|
2013-12-14 22:43:31 +00:00
|
|
|
"version": "1.0.8",
|
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": {
|
|
|
|
"web_url": "https://stackedit.io/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"offline_enabled": true,
|
|
|
|
"permissions": [
|
|
|
|
"unlimitedStorage"
|
|
|
|
]
|
|
|
|
}
|