-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
60 lines (60 loc) · 1.82 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"manifest_version": 3,
"name": "NameMC Boost",
"version": "0.6.0",
"description": "Steroid for NameMc.com",
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"https://laby.net/*",
"https://namemc.com/*"
],
"icons": {
"48": "assets/icon/b_logo_48_48.png",
"64": "assets/icon/b_logo_64_64.png",
"128": "assets/icon/b_logo_128_128.png",
"256": "assets/icon/b_logo_256_256.png",
"512": "assets/icon/b_logo_512_512.png"
},
"content_scripts": [
{
"matches": ["*://*.namemc.com/*"],
"js": [
"hide&show-border/print.js",
"hide&show-border/hideborder.js",
"hide&show-border/showborder.js",
"hide&show-border/toggleborder.js",
"capes/minecraftcapes.js",
"profile-information/cape-profile/copy_names.js",
"profile-information/badges/badges.js",
"profile-information/name-history/checkbutton.js",
"profile-information/name-history/fetchnames.js",
"profile-information/name-history/hidehistory.js",
"profile-information/name-history/print.js",
"profile-information/name-history/showhistory.js",
"profile-information/name-history/togglehistory.js",
"profile-information/creation-date/creationDate.js",
"download-skinart/print.js",
"download-skinart/download.js",
"adBlock/ad_block.js",
"web-pages/addBadgesProfile.js",
"web-pages/addBadgesSection.js",
"contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"web-pages/addBadgesPAGES.js",
"web-pages/addAllMineconCapesPAGES.js",
"web-pages/addSupporterPAGES.js",
"web-pages/addBetaAccountPAGES.js",
"web-pages/addClassicAccountPAGES.js",
"web-pages/addIndevAccountPAGES.js"
],
"matches": ["<all_urls>"]
}
]}