29 lines
600 B
JSON
29 lines
600 B
JSON
{
|
|
"name": "StackEdit中文版",
|
|
"description": "浏览器内 Markdown 编辑器",
|
|
"version": "1.0.13",
|
|
"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",
|
|
"256": "icon-256.png",
|
|
"512": "icon-512.png"
|
|
},
|
|
"app": {
|
|
"urls": [
|
|
"https://edit.qicoder.com/"
|
|
],
|
|
"launch": {
|
|
"web_url": "https://edit.qicoder.com/app"
|
|
}
|
|
},
|
|
"offline_enabled": true,
|
|
"permissions": [
|
|
"unlimitedStorage"
|
|
]
|
|
}
|