diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:24:40 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:24:40 +0900 |
| commit | 8432c2c9eab5f40b8add842240224129cc2f9c54 (patch) | |
| tree | b2bacc508f27a5ce0735ac27b252860cc9aca2d8 /assets | |
| parent | Use TRUNCATE (#7385) (diff) | |
| download | sharkey-8432c2c9eab5f40b8add842240224129cc2f9c54.tar.gz sharkey-8432c2c9eab5f40b8add842240224129cc2f9c54.tar.bz2 sharkey-8432c2c9eab5f40b8add842240224129cc2f9c54.zip | |
refactor(build): gulpを経由しないでTypeScriptのビルドを行うように
path aliasをサーバーサイドでも使ったりしたいため
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/client/manifest.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/assets/client/manifest.json b/assets/client/manifest.json deleted file mode 100644 index 48030a2980..0000000000 --- a/assets/client/manifest.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "short_name": "Misskey", - "name": "Misskey", - "start_url": "/", - "display": "standalone", - "background_color": "#313a42", - "theme_color": "#86b300", - "icons": [ - { - "src": "/static-assets/icons/192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/static-assets/icons/512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "share_target": { - "action": "/share/", - "params": { - "title": "title", - "text": "text", - "url": "url" - } - } -} |