Updated chrome app for landing page

This commit is contained in:
benweet 2014-08-28 00:04:57 +01:00
parent 16c45a1795
commit 7389ce5e53
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,7 +1,7 @@
{
"name": "StackEdit",
"description": "The Markdown editor powered by PageDown",
"version": "1.0.8",
"version": "1.0.9",
"manifest_version": 2,
"container" : "GOOGLE_DRIVE",
"api_console_project_id" : "241271498917",
@ -13,11 +13,11 @@
"https://stackedit.io/"
],
"launch": {
"web_url": "https://stackedit.io/"
"web_url": "https://stackedit.io/editor"
}
},
"offline_enabled": true,
"permissions": [
"unlimitedStorage"
]
}
}