Updated chrome app for landing page
This commit is contained in:
parent
16c45a1795
commit
7389ce5e53
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "StackEdit",
|
"name": "StackEdit",
|
||||||
"description": "The Markdown editor powered by PageDown",
|
"description": "The Markdown editor powered by PageDown",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"container" : "GOOGLE_DRIVE",
|
"container" : "GOOGLE_DRIVE",
|
||||||
"api_console_project_id" : "241271498917",
|
"api_console_project_id" : "241271498917",
|
||||||
@ -13,11 +13,11 @@
|
|||||||
"https://stackedit.io/"
|
"https://stackedit.io/"
|
||||||
],
|
],
|
||||||
"launch": {
|
"launch": {
|
||||||
"web_url": "https://stackedit.io/"
|
"web_url": "https://stackedit.io/editor"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"unlimitedStorage"
|
"unlimitedStorage"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user