diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /build/manifest.json | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
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" -} |