-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
113 lines (113 loc) · 4.59 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"manifest_version": 2,
"name": "TradeOn Trader Helper",
"description": "Расширение для оформления и оживления профиля, получения данных для интеграции в бота, а также автоматического приема входящих обменов. От команды TradeOn.",
"version": "1.0.0",
"permissions": ["https://steamcommunity.com/*", "https://*.steampowered.com/*", "https://steamladder.com/ladder/groups/", "https://market.csgo.com/*", "storage", "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking"],
"background": {
"scripts": ["js/jquery-3.4.1.min.js", "js/library.js", "js/consts.js", "js/background.js", "js/tradeoffers.js"],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "img/icon.png"
}
},
"icons": {
"128": "img/icon.png"
},
"content_scripts": [{
"matches": ["https://steamcommunity.com/openid/login*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/steamAuth.js"]
},
{
"matches": ["https://market.csgo.com/sell"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/market.js"]
},
{
"matches": ["https://market.csgo.com/", "https://market.csgo.com/?welcome"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/marketredir.js"]
},
{
"matches": ["https://steamcommunity.com/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/checkprofile.js"]
},
{
"matches": ["https://steamcommunity.com/broadcast/watch/*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/broadcast.js"]
},
{
"matches": ["https://steamcommunity.com/sharedfiles/filedetails/?id=*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/sharedfile.js"]
},
{
"matches": ["https://store.steampowered.com/explore/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/explore.js"]
},
{
"matches": ["https://store.steampowered.com/app/*", "https://store.steampowered.com/agecheck/app/*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/recommendation.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/home/", "https://steamcommunity.com/profiles/*/home/"],
"js": ["js/jquery-3.4.1.min.js", "js/consts.js", "js/library.js", "js/scripts/post.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/myactivity/", "https://steamcommunity.com/profiles/*/myactivity/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/like.js"]
},
{
"matches": ["https://steamcommunity.com/dev/apikey"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/steamapi.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/tradeoffers/privacy", "https://steamcommunity.com/profiles/*/tradeoffers/privacy"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/tradelink.js"]
},
{
"matches": ["https://steamcommunity.com/groups/*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/groups.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/edit/info", "https://steamcommunity.com/profiles/*/edit/info"],
"js": ["js/jquery-3.4.1.min.js", "js/consts.js", "js/library.js", "js/scripts/profileedit.js"]
},
{
"matches": ["https://steamcommunity.com/discussions/"],
"js": ["js/jquery-3.4.1.min.js", "js/consts.js", "js/library.js", "js/scripts/discussions.js"]
},
{
"matches": ["https://steamcommunity.com/ogg/*/Avatar/Preview/*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/wrongavatar.js"]
},
{
"matches": ["https://steamcommunity.com/actions/GameAvatars/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/avatar.js"]
},
{
"matches": ["https://steamcommunity.com/games/*/Avatar/Preview/*"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/ava.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/edit/settings", "https://steamcommunity.com/profiles/*/edit/settings"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/privacy.js"]
},
{
"matches": ["https://steamcommunity.com/chat/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/chat.js"]
},
{
"matches": ["https://steamcommunity.com/market/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/level.js"]
},
{
"matches": ["https://steamcommunity.com/id/*/gamecards/730/", "https://steamcommunity.com/profiles/*/gamecards/730/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/levelup.js"]
},
{
"matches": ["https://store.steampowered.com/"],
"js": ["js/jquery-3.4.1.min.js", "js/library.js", "js/scripts/getFreeLicenses.js"]
}
]
}