diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..aecd5c2 --- /dev/null +++ b/manifest.json @@ -0,0 +1,30 @@ +{ + "name": "PWA sample", + "short_name": "PWA", + "icons": [{ + "src": "./icon81x81.png", + "sizes": "81x81", + "type": "image/png" + }, + { + "src": "./icon180x180.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "./icon192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./icon512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + + "theme_color": "#c0c0c0", + "background_color": "#dcdcdc", + "display": "standalone", + "start_url": "./index.html" + } \ No newline at end of file diff --git a/manifset.json b/manifset.json deleted file mode 100644 index aecd5c2..0000000 --- a/manifset.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "PWA sample", - "short_name": "PWA", - "icons": [{ - "src": "./icon81x81.png", - "sizes": "81x81", - "type": "image/png" - }, - { - "src": "./icon180x180.png", - "sizes": "180x180", - "type": "image/png" - }, - { - "src": "./icon192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "./icon512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - - "theme_color": "#c0c0c0", - "background_color": "#dcdcdc", - "display": "standalone", - "start_url": "./index.html" - } \ No newline at end of file