-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 1.1 KB
/
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
{
"manifest_version": 2,
"name": "Idlescape Marketplace Tracker",
"version": "1.3.27",
"description": "Automatically tracks prices of items on the Idlescape Marketplace",
"content_scripts": [
{
"matches": [
"https://play.idlescape.com/*",
"https://www.play.idlescape.com/*"
],
"js": [
"storage.js",
"templates.js",
"utility.js",
"external/chart.min.js",
"external/chartjs-adapter-date-fns.min.js",
"external/DOMpurify.min.js",
"external/huffman.js",
"modules/alert.js",
"modules/cooking.js",
"modules/crafting.js",
"modules/enchanting.js",
"modules/highlight.js",
"modules/marketplace.js",
"modules/popup.js",
"modules/runecrafting.js",
"modules/smithing.js",
"tracker.js",
"cleaner.js",
"main.js"
]
}
]
}