diff --git a/web/favicon.png b/web/favicon.png new file mode 100644 index 0000000..1c17c66 Binary files /dev/null and b/web/favicon.png differ diff --git a/web/icons/icon.png b/web/icons/icon.png new file mode 100644 index 0000000..966049e Binary files /dev/null and b/web/icons/icon.png differ diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..0ae1390 --- /dev/null +++ b/web/index.html @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + didvan + + + + + + + diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 0000000..dd7be18 --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,35 @@ +{ + "name": "didvan", + "short_name": "didvan", + "start_url": ".", + "display": "standalone", + "background_color": "#0175C2", + "theme_color": "#0175C2", + "description": "A new Flutter project.", + "orientation": "portrait-primary", + "prefer_related_applications": false, + "icons": [ + { + "src": "icons/icon.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/icon.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "icons/icon.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icons/icon.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}