-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
29 lines (29 loc) · 943 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
{
"manifest_version": 3,
"name": "ModHub 2.0",
"version": "1.0.0.0",
"description": "New modhub look and functionality",
"author": "4c65736975",
"icons": {
"16": "src/resources/icons/modHub_2_0_icon_16.png",
"32": "src/resources/icons/modHub_2_0_icon_32.png",
"48": "src/resources/icons/modHub_2_0_icon_48.png",
"128": "src/resources/icons/modHub_2_0_icon_128.png"
},
"action": {
"default_popup": "src/html/popup.html"
},
"content_scripts": [
{
"matches": ["https://*.farming-simulator.com/*"],
"css": ["src/styles/css/modhub-2.0.css", "src/styles/css/fonts.css"],
"js": ["src/js/modhub-2.0.js"]
}
],
"web_accessible_resources": [{
"resources": ["src/resources/*"],
"matches": ["<all_urls>"]
}],
"permissions": ["scripting"],
"homepage_url": "https://github.com/4c65736975"
}