diff --git a/main-icon-x512.png b/app-iconx512.png similarity index 100% rename from main-icon-x512.png rename to app-iconx512.png diff --git a/banner.png b/banner.png new file mode 100644 index 0000000..a390bc1 Binary files /dev/null and b/banner.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..9f4d7cb Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 73736fa..50c25b3 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,20 @@ Security List 🔐 - + + + + + + + + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2daabbc --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "short_name": "Security List", + "name": "Security List", + "description": "Curated lists of tools, tips and resources for protecting digital security and privacy", + "icons": [ + { + "src": "/app-iconx512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "background_color": "#fff", + "display": "standalone", + "scope": "/", + "theme_color": "#060b2b" + } \ No newline at end of file