diff --git a/Assets/Images/favicon-opaque.png b/Assets/Images/favicon-opaque.png index c74946e..9eca66d 100644 Binary files a/Assets/Images/favicon-opaque.png and b/Assets/Images/favicon-opaque.png differ diff --git a/assets/images/screenshots/hbd-isaac.png b/assets/images/screenshots/hbd-isaac.png new file mode 100644 index 0000000..e1dc539 Binary files /dev/null and b/assets/images/screenshots/hbd-isaac.png differ diff --git a/assets/images/screenshots/home.png b/assets/images/screenshots/home.png new file mode 100644 index 0000000..2aea6c0 Binary files /dev/null and b/assets/images/screenshots/home.png differ diff --git a/assets/images/screenshots/horizon-dlc.png b/assets/images/screenshots/horizon-dlc.png new file mode 100644 index 0000000..517e78a Binary files /dev/null and b/assets/images/screenshots/horizon-dlc.png differ diff --git a/assets/images/screenshots/horizon.png b/assets/images/screenshots/horizon.png new file mode 100644 index 0000000..041ab95 Binary files /dev/null and b/assets/images/screenshots/horizon.png differ diff --git a/index.html b/index.html index 295800a..a3a14a2 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,12 @@ + + + + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..89e2db1 --- /dev/null +++ b/manifest.json @@ -0,0 +1,53 @@ +{ + "short_name": "Apollo Archive", + "name": "Apollo Archive", + "start_url": "/", + "display": "standalone", + "background_color": "#121212", + "theme_color": "#121212", + "description": "A database of all lore-related collectibles in the 'Horizon' video game franchise - in Horizon: Zero Dawn, and the DLC Horizon: The Frozen Wilds\n\nWorks Offline • Skeumorphic desktop UI that mirrors the in-game menu • (NEW) Supports The Frozen Wilds DLC", + "icons": [ + { + "src": "/assets/images/favicon-opaque.png", + "type": "image/png", + "sizes": "660x660", + "purpose": "any" + }, + { + "src": "/assets/images/favicon-opaque.png", + "type": "image/png", + "sizes": "660x660", + "purpose": "maskable" + } + ], + "screenshots": [ + { + "src": "/assets/images/screenshots/home.png", + "type": "image/png", + "sizes": "562x1218", + "platform": "android", + "label": "Description" + }, + { + "src": "/assets/images/screenshots/horizon.png", + "type": "image/png", + "sizes": "562x1218", + "platform": "android", + "label": "Description" + }, + { + "src": "/assets/images/screenshots/hbd-isaac.png", + "type": "image/png", + "sizes": "562x1218", + "platform": "android", + "label": "Description" + }, + { + "src": "/assets/images/screenshots/horizon-dlc.png", + "type": "image/png", + "sizes": "562x1218", + "platform": "android", + "label": "Description" + } + ] +} \ No newline at end of file diff --git a/sw.js b/sw.js index e03077e..65d6f8c 100644 --- a/sw.js +++ b/sw.js @@ -5,13 +5,13 @@ // Suck it WorkboxJS // /////////////////////////////////// -const APP_VERSION = 6.00 +const APP_VERSION = 6.10 // Document Cache is a cache of document files - html, js, css, etc const DOCUMENT_CACHE_NAME = `DOC` var DOCUMENT_CACHE = null // Resource Cache is a cache of almost always static resources - images, fonts, and everything in the Texts folder -const RESOURCE_VERSION = 6.00 +const RESOURCE_VERSION = 6.10 const RESOURCE_CACHE_NAME = `RESv${RESOURCE_VERSION.toFixed(2)}` var RESOURCE_CACHE = null @@ -21,9 +21,9 @@ String.prototype.containsAny = function (substrings=[]) { } // For Debugging -STOP_CACHING = self.registration.scope.includes("127.0.0.1") -var log = (text, color="white") => console.log(`%c${text}`, `color: black; background-color: ${color};`) -log = e => e // Comment for testing +IS_TESTING = self.registration.scope.includes("127.0.0.1") +STOP_CACHING = IS_TESTING +var log = (text, color="white") => IS_TESTING ? console.log(`%c${text}`, `color: black; background-color: ${color};`) : 0 self.addEventListener("install", event => { event.waitUntil((async () => { diff --git a/zero-dawn/index.html b/zero-dawn/index.html index 8f42ba3..c8b95ab 100644 --- a/zero-dawn/index.html +++ b/zero-dawn/index.html @@ -20,6 +20,12 @@ + + + + + + diff --git a/zero-dawn/the-frozen-wilds/index.html b/zero-dawn/the-frozen-wilds/index.html index 2d13e48..8c81e4f 100644 --- a/zero-dawn/the-frozen-wilds/index.html +++ b/zero-dawn/the-frozen-wilds/index.html @@ -19,6 +19,12 @@ + + + + + +