-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
36 lines (36 loc) · 898 Bytes
/
manifest.json
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
30
31
32
33
34
35
36
{
"author": "Llyam Garcia",
"content_scripts": [
{
"js": [
"js/libs/jquery.js",
"js/libs/prntscr.js",
"js/libs/jszip.js",
"js/libs/jsziputils.js",
"js/libs/filesaver.js",
"prntscr-downloader.js"
],
"matches": [
"https://prnt.sc/gallery.html"
]
}
],
"description": "Download your lightshot gallery in one click !",
"externally_connectable": {
"accept_tls_channel_id": true,
"matches": [
"*://prnt.sc/gallery.html"
]
},
"homepage_url": "https://github.com/Sorok-Dva/lightshot-gallery-downloader",
"icons": {
"128": "logo128.png"
},
"manifest_version": 3,
"name": "Lightshot Gallery Downloader",
"host_permissions": [
"*://prnt.sc/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.3"
}