Home screen configuration support
[stouyapi.git] / config.php.dist
1 <?php
2 /**
3  * Optional configuration file for import-game-data.php
4  * Copy it to config.php and adjust it.
5  */
6 $GLOBALS['urlRewrites'] = [
7     '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
8 ];
9 $GLOBALS['packagelists']["cweiske's picks"] = [
10     'de.eiswuxe.blookid2',
11     'com.cosmos.babyloniantwins',
12     'com.inverseblue.skyriders',
13 ];
14 $GLOBALS['home']['2020 Winter GameJam'] = [
15     'com.DESKINK.ToneTests',
16     'com.Eightbbgames.yahayor',
17     'com.NoelRojasOliveras.PaintKiller',
18     'com.NYYLE.NYCTO',
19     'com.oliverstogden.trf',
20     'com.samuelsousa.shootdestroy',
21     'com.scorpion.shootout',
22     'com.sd_game_dev.aliens_taste_my_sword',
23     'com.StrawHat.Fall',
24     'DarkSpacePioneer',
25     'tv.ouya.win.unity.brokenbeauty',
26 ];
27 $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';