Stackedit/chrome-app/manifest.json

29 lines
612 B
JSON
Raw Normal View History

2018-01-10 21:45:34 +00:00
{
2022-05-26 23:55:37 +00:00
"name": "StackEdit中文版",
2022-06-03 19:07:10 +00:00
"description": "支持Gitee仓库的浏览器内 Markdown 编辑器",
2018-04-15 17:13:03 +00:00
"version": "1.0.13",
2018-01-10 21:45:34 +00:00
"manifest_version": 2,
"container" : "GOOGLE_DRIVE",
"api_console_project_id" : "241271498917",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png",
2018-04-15 17:13:03 +00:00
"256": "icon-256.png",
"512": "icon-512.png"
2018-01-10 21:45:34 +00:00
},
"app": {
"urls": [
2022-06-06 23:49:58 +00:00
"https://stackedit.cn/"
2018-01-10 21:45:34 +00:00
],
"launch": {
2022-06-06 23:49:58 +00:00
"web_url": "https://stackedit.cn/app"
2018-01-10 21:45:34 +00:00
}
},
"offline_enabled": true,
"permissions": [
"unlimitedStorage"
]
}