forked from suxiaogang/WeiboPicBed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 808 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"manifest_version": 3,
"name": "自定义图床",
"short_name": "自定义图床",
"description": "简单好用的自定义图床,支持选择/拖拽/粘贴上传图片,并生成图片地址,HTML,UBB和Markdown等格式,支持浏览和删除历史记录",
"version": "0.0.1",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icon_38.png"
},
"options_page": "option.html",
"permissions": [
"notifications","tabs","clipboardWrite","clipboardRead","webRequest","background"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"content_security_policy": "script-src 'self' object-src 'self'"
}
}