forked from 1wheel/Goko-Live-Log-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
28 lines (28 loc) · 832 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
{
"content_scripts": [
{
"js": ["jquery.js", "underscore-min.js", "Goko_Live_Log_Viewer.user.js"],
"run_at": "document_start",
"css": ["point-tracker.css"],
"matches": [
"http://play.goko.com/Dominion/gameClient.html",
"https://play.goko.com/Dominion/gameClient.html",
"http://beta.goko.com/Dominion/gameClient.html",
"https://beta.goko.com/Dominion/gameClient.html"
]
}
],
"permissions": [
"https://dominion.goko.com/",
"http://dominion.goko.com/",
"https://beta.goko.com/",
"http://beta.goko.com/"
],
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png" },
"description": "Goko Log Viewer",
"name": "Goko Log Viewer",
"version": "0.101",
"manifest_version": 2
}