-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathmanifest.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
37
38
39
40
{
"manifest_version": 3,
"name": "YuiAPI",
"short_name": "YuiAPI",
"version": "1.3.0",
"description":"An easy-to-use rest client that helps you test the api",
"homepage_url": "https://www.yuiapi.com",
"author":"Yuiitsu",
"default_locale": "en",
"background": {
"service_worker": "scripts/module/background/module.js"
},
"content_scripts": [{
"matches": [
"http://www.yuiapi.com/*",
"https://www.yuiapi.com/*"
],
"js": [
"scripts/lib/jquery-3.4.1.min.js",
"scripts/app.js",
"scripts/module/content/module.js"
]
}],
"action": {
"default_title": "YuiAPI",
"default_icon": "images/yuiapi-logo-32.png"
},
"permissions": [
"cookies"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16": "images/yuiapi-logo-16.png",
"48": "images/yuiapi-logo-48.png",
"128": "images/yuiapi-logo-128.png"
}
}