diff --git a/dist/index.html b/dist/index.html index 4436bca..bc07f22 100644 --- a/dist/index.html +++ b/dist/index.html @@ -61,7 +61,7 @@ - + @@ -430,7 +430,6 @@ -
diff --git a/dist/manifest.json b/dist/manifest.json new file mode 100644 index 0000000..04c6e87 --- /dev/null +++ b/dist/manifest.json @@ -0,0 +1,25 @@ +{ +"name": "Debrid Compare", +"short_name": "DSC", +"start_url": "https://debridcompare.xyz", +"display": "standalone", +"description": "Compare leading debrid / multi-hoster services for pricing, host coverage, policies & tools.", +"lang": "en", +"dir": "auto", +"theme_color": "#ffffff", +"background_color": "#ffffff", +"orientation": "any", + "icons": [ + { + "src": "images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] + +} \ No newline at end of file diff --git a/dist/site.webmanifest b/dist/site.webmanifest deleted file mode 100644 index 6e74f8d..0000000 --- a/dist/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"Debrid Compare","short_name":"DC","icons":[{"src":"images/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"images/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file