first commit

This commit is contained in:
Jane
2024-02-19 17:25:32 +08:00
commit d21f90672b
455 changed files with 67178 additions and 0 deletions

BIN
chrome-app/icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
chrome-app/icon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

BIN
chrome-app/icon-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
chrome-app/icon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

BIN
chrome-app/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
chrome-app/icon-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

28
chrome-app/manifest.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "StackEdit中文版",
"description": "支持Gitee仓库/粘贴图片自动上传的浏览器内 Markdown 编辑器",
"version": "5.15.17",
"manifest_version": 2,
"container" : "GITEE",
"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://stackedit.cn/"
],
"launch": {
"web_url": "https://stackedit.cn/app"
}
},
"offline_enabled": true,
"permissions": [
"unlimitedStorage"
]
}