forked from jshackles/Enhanced_Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
119 lines (119 loc) · 3.67 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
114
115
116
117
118
119
{
"name": "Enhanced Steam",
"version": "7.3",
"description": "Enhances the Steam Experience",
"icons": {
"128": "img/enhancedsteam.png"
},
"manifest_version": 2,
"options_page": "options.html",
"permissions": [
"storage",
"http://*.steampowered.com/"
],
"web_accessible_resources": [
"img/game_area_warning.png",
"img/line_chart.png",
"img/metacritic_bg.png",
"img/birthday_logo.png",
"img/birthday_bg.png",
"img/ico/steamgifts.png",
"img/ico/steamrep.png",
"img/ico/steamdb.png",
"img/ico/achievementstats.png",
"img/ico/steamgifts_col.png",
"img/ico/steamrep_col.png",
"img/ico/steamdb_col.png",
"img/ico/achievementstats_col.png",
"img/ico/steamcardexchange.png",
"img/ico/backpacktf.png",
"img/ico/backpacktf_col.png",
"img/ico/astatsnl.png",
"img/ico/astatsnl_col.png",
"img/steamdb.png",
"img/steamdb_store.png",
"img/steamdb_store_black.png",
"img/play_off.png",
"img/play_on.png",
"img/ico_cards.gif",
"img/red_banner.png",
"img/es_btn_browse.png",
"img/pcgw.png",
"img/trading.png",
"img/gl_banner.jpg",
"css/enhancedsteam.css",
"options.html",
"img/overlay/ea_292x136.png",
"img/overlay/ea_184x69.png",
"img/overlay/ea_sm_120.png",
"img/overlay/ea_231x87.png",
"img/overlay/ea_467x181.png",
"img/flags/flags.png",
"img/check_sheet.png",
"img/flags/world.png",
"img/arrows.png",
"img/select2.png",
"img/select2x2.png",
"img/select2-spinner.png",
"img/steamcardexchange.png",
"img/decline.png",
"img/remove.png",
"img/wsgf/4k-gold.png",
"img/wsgf/4k-silver.png",
"img/wsgf/4k-limited.png",
"img/wsgf/4k-incomplete.png",
"img/wsgf/4k-unsupported.png",
"img/wsgf/mm-gold.png",
"img/wsgf/mm-silver.png",
"img/wsgf/mm-limited.png",
"img/wsgf/mm-incomplete.png",
"img/wsgf/mm-unsupported.png",
"img/wsgf/uw-gold.png",
"img/wsgf/uw-silver.png",
"img/wsgf/uw-limited.png",
"img/wsgf/uw-incomplete.png",
"img/wsgf/uw-unsupported.png",
"img/wsgf/ws-gold.png",
"img/wsgf/ws-silver.png",
"img/wsgf/ws-limited.png",
"img/wsgf/ws-incomplete.png",
"img/wsgf/ws-unsupported.png"
],
"homepage_url": "http://www.EnhancedSteam.com/",
"content_scripts": [
{
"matches": [
"http://*.steampowered.com/*",
"https://*.steampowered.com/*",
"http://steamcommunity.com/*"
],
"exclude_matches": [
"https://store.steampowered.com/checkout/*",
"https://store.steampowered.com/login/*",
"https://store.steampowered.com/join/*",
"https://steamcommunity.com/login/*"
],
"js": [
"js/jQuery.min.js",
"js/localization.js",
"js/select2.min.js",
"enhancedsteam.js"
],
"css": [
"css/enhancedsteam.css",
"css/select2.css"
]
},
{
"matches": [
"http://*.steampowered.com/app/*",
"http://*.steampowered.com/sub/*",
"http://*.steampowered.com/sale/*",
"http://*.steampowered.com/"
],
"css": [
"css/es_flags.css"
]
}
]
}