-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-sw.js
36 lines (36 loc) · 1.13 KB
/
config-sw.js
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
self.config = {
"version": "2.0.0.114-s",
"pageTitle": "Housebird Games",
"cookieIdentifier": "HousebirdGames",
"foundationYear": 2020,
"pageDescription": "Explore calming games, thrilling quests, intriguing puzzles, and innovative prototypes on various platforms for a joyful and relaxing gaming experience.",
"localhostPath": "/housebird_games",
"scope": "/",
"excludedPaths": [
"/database/logout.php",
"/calculator",
"/timeless-tales",
"/minigame-collection",
"/html-table-csv-converter",
"/stormworks-creations-manager",
"/creations-manager",
"/creations-manager-staging",
"/game-servers"
],
"openCookiePopupAtPageLoad": false,
"showNewUpdateNotes": false,
"maintenanceModeWithFailedBackend": false,
"enableInputValidation": true,
"enableImageComparisonSliders": true,
"enableInfoBar": false,
"userLoginEnabled": true,
"redirect404ToRoot": false,
"appIcon": "img/app-icons/icon",
"trustedImageDomains": [],
"useMouseDown": true,
"useFlexPopups": false,
"backNavigationClosesPopups": true,
"scrollPositionRecallLimit": 20,
"pwaExcludedPaths": [],
"domainPath": ""
};