diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..9e394db Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..344cff3 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..401e0fd Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..16145c7 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..148afa7 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..ee2189a Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index 8c25d3c..ca22412 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index bda5a19..db550c5 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,20 @@ + + + + + + + + + + + + + + @@ -69,7 +83,8 @@ Stolen Code
  • - More + + More
  • diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..0803704 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..400b962 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..d4846f1 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "FOSC", + "short_name": "FOSC", + "icons": [ + { + "src": "/android-chrome-192x192.png?v=2", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png?v=2", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}