diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..4612b92 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "loc-charse2-1", + "short_name": "loc2", + "icons": [{ + "src": "./smartphone_map_app_woman (1).png", + "sizes": "192x192", + "type": "image/png" + }], + "theme_color": "#c0c0c0", + "background_color": "#ddf", + "display": "standalone", + "start_url": "./index.html" +}