forked from aiannacc/Goko-Salvager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.rb
105 lines (99 loc) · 3.28 KB
/
config.rb
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
{
# Info for extension configuration files (package.json, manifest.json, etc)
:name => 'gokosalvager',
:version => '2.5.4.9',
:title => 'Goko Dominion Salvager',
:desc => 'Enhance your Online Dominion experience',
:author => 'The unofficial forum.dominionstrategy dev team',
:contributors => [
'philosophyguy',
'Adam Pearce (1wheel)',
'nutki',
'Michael Brandt (michaeljb)',
'Andrew Iannaccone (ragingduckd)',
'Zdenek Bouska (yed)'
],
:icon16 => 'salvager16.png',
:icon48 => 'salvager48.png',
:icon128 => 'salvager128.png',
:homepage => 'https://github.com/aiannacc/Goko-Salvager/wiki',
:license => 'MPL 2.0',
:manifest_version => '2',
:targeturls => [
'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',
'https://www.playdominion.com/Dominion/gameClient.html',
'http://www.playdominion.com/Dominion/gameClient.html'
],
:hostServer => 'www.gokosalvager.com',
:hostDir => '/home/ai/code/goko-dominion-tools/web/static/gokosalvager',
:hostURLBase => '/',
:extinfo => 'index.html',
:firefox_minversion => '19.0',
:firefox_maxversion => '23.*',
# AI's Safari Developer Certificate ID:
:safari_dev_cert_id => '366P22F9M8',
# the normal title property breaks for the Safari build for unknown reasons
:safari_title => 'Goko Dominion Salvager',
# CSS to be injected
:css => [
'logviewer.css',
'jquery-gokocolors.css'
],
:img => [
'images/ui-icons_454545_256x240.png',
'images/ui-icons_222222_256x240.png',
'images/ui-bg_fine-grain_10_c3c3c3_60x60.png',
'images/ui-bg_fine-grain_20_cbaa6e_60x60.png',
'images/ui-bg_glass_65_ffffff_1x400.png',
'images/ui-bg_glass_75_dadada_1x400.png',
'images/ui-bg_glass_75_e6e6e6_1x400.png',
'images/ui-icons_888888_256x240.png',
'images/ui-bg_flat_0_aaaaaa_40x100.png',
'images/ui-bg_fine-grain_10_c3c3c3_60x60.png'
],
# Internally-stored versions, to be loaded by Chrome and Firefox. Safari
# has to load external versions, so add links to src/ext/safari_libs.js
:jslib => [
'jquery.ui.js',
'angular.min.js',
],
# JS scripts for Goko to load, in order
:js => [
'init.js',
'utils.js',
'templates.js',
'avatarUpload.js',
'blacklist.js',
'blacklistSync.js',
'settingsDialog.js',
'eventLogger.js',
'notifications.js',
'kingdom_generator.js',
'tableState.js',
'autokick.js',
'avatars.js',
'sidebar.js',
'logviewer.js',
'chatbox.js',
'vpcalculator.js',
'vpcounterui.js',
'vptoggle.js',
'lobby_ratings.js',
'speedTweak.js',
'alwaysStack.js',
'decktracker.js',
'automatchGamePop.js',
'automatchOfferPop.js',
'automatchSeekPop.js',
'automatch.js',
'quickGame.js',
'launchScreenLoader.js',
'connection.js',
'alternateButtons.js',
'autozap.js',
'module_loader.js'
]
}