diff options
Diffstat (limited to 'build/manifest.json')
| -rw-r--r-- | build/manifest.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/build/manifest.json b/build/manifest.json new file mode 100644 index 0000000..243039b --- /dev/null +++ b/build/manifest.json @@ -0,0 +1,25 @@ +{ + "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" +} |