-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (34 loc) · 931 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Market Boy",
"version": "0.0.11",
"description": "Save time researching NFT attributes on DigitalEyes and MagicEden!",
"icons": {
"16": "boy16.png",
"48": "boy48.png",
"120": "boy120.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Load Details",
"default_icon": "boy48.png"
},
"permissions": [
"activeTab",
"scripting"
],
"author": "Big Boys NYC",
"web_accessible_resources": [
{
"resources" : [
"addDetails.js",
"gmootUniqueItemData.json",
],
"matches" : [ "*://*/*" ],
"extension_ids" : [ "hojgdpdkilmbfncmlcacakhljdnhmobg","olfkialpibdkjdlkiinmcaaljblnjgmc" ]
}
]
}