diff options
Diffstat (limited to 'build/manifest.json')
| -rw-r--r-- | build/manifest.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/build/manifest.json b/build/manifest.json deleted file mode 100644 index 243039b..0000000 --- a/build/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "Fuwn", - "name": "Fuwn, Full-stack Node.js Developer, Reverse Engineer, YouTuber.", - "icons": [ - { - "src": "superthumb.jpg", - "sizes": "image/jpg", - "type": "250x2250" - }, - { - "src": "superthumb.jpg", - "type": "image/jpg", - "sizes": "192x192" - }, - { - "src": "superthumb.jpg", - "type": "image/jpg", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} |