-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 971 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
37
{
"browser_specific_settings": {
"gecko": {
"id": "scrap.tf-functions@lukesrw"
}
},
"content_scripts": [
{
"js": ["js/scripts.js", "foreground.js"],
"matches": ["*://scrap.tf/sell/weapons"]
}
],
"description": "Popup for executing Scrap.tf Functions",
"icons": {
"16": "logo.svg",
"32": "logo.svg",
"48": "logo.svg",
"64": "logo.svg",
"96": "logo.svg"
},
"manifest_version": 2,
"name": "Scrap.tf Functions",
"page_action": {
"browser_style": true,
"default_icon": {
"16": "logo.svg",
"32": "logo.svg",
"48": "logo.svg",
"64": "logo.svg",
"96": "logo.svg"
},
"default_popup": "html/address_bar.html",
"default_title": "Scrap.tf Functions",
"show_matches": ["*://scrap.tf/sell/weapons"]
},
"version": "1.1"
}