X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=public%2Fmanifest.json;fp=public%2Fmanifest.json;h=ef19ec243e739479802a5553d0b38a18ed845307;hb=71f81b4555b0830ddf20f5ea901b0d4b34be253c;hp=0000000000000000000000000000000000000000;hpb=5a6fdde528dcff44c86f73709ed54916a769222e;p=puzzless diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..ef19ec2 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}