-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 783 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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
{
"name": "Quick Stats",
"version": "0.4.0",
"short_name": "Quick Stats",
"description": "View stats simply by hovering over a player's name.",
"permissions":[
"storage",
"https://quickstatsback.herokuapp.com/"
],
"browser_action": {
"default_popup": "/options/options.html"
},
"options_page": "options/options_fullpage.html",
"background": {
"scripts":[
"/main/update.js",
"/main/main.js",
"/options/options.js"
],
"persistent":false
},
"content_scripts": [
{
"css": ["/tooltip/tippy.css"],
"js": [ "/main/Jquery-3.3.1.js", "/tooltip/tippy.js", "/main/content.js"],
"matches": [ "<all_urls>" ]
}
],
"icons": {
"16": "/assets/icon16.png",
"48": "/assets/icon48.png",
"128": "/assets/icon128.png"
},
"manifest_version": 2
}