diff --git a/public/img/safari-pinned-tab.svg b/public/img/safari-pinned-tab.svg new file mode 100644 index 0000000..7f69598 --- /dev/null +++ b/public/img/safari-pinned-tab.svg @@ -0,0 +1,37 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/public/img/site.webmanifest b/public/img/site.webmanifest new file mode 100644 index 0000000..57d8f76 --- /dev/null +++ b/public/img/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Gitea", + "short_name": "Gitea", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#e2e2e2", + "background_color": "#e2e2e2", + "display": "standalone" +}