diff --git a/app/fav/android-chrome-144x144.png b/app/fav/android-chrome-144x144.png new file mode 100644 index 0000000..ca7f054 Binary files /dev/null and b/app/fav/android-chrome-144x144.png differ diff --git a/app/fav/android-chrome-192x192.png b/app/fav/android-chrome-192x192.png new file mode 100644 index 0000000..1fb0320 Binary files /dev/null and b/app/fav/android-chrome-192x192.png differ diff --git a/app/fav/android-chrome-36x36.png b/app/fav/android-chrome-36x36.png new file mode 100644 index 0000000..fb76fd3 Binary files /dev/null and b/app/fav/android-chrome-36x36.png differ diff --git a/app/fav/android-chrome-48x48.png b/app/fav/android-chrome-48x48.png new file mode 100644 index 0000000..8ba8d71 Binary files /dev/null and b/app/fav/android-chrome-48x48.png differ diff --git a/app/fav/android-chrome-72x72.png b/app/fav/android-chrome-72x72.png new file mode 100644 index 0000000..3093130 Binary files /dev/null and b/app/fav/android-chrome-72x72.png differ diff --git a/app/fav/android-chrome-96x96.png b/app/fav/android-chrome-96x96.png new file mode 100644 index 0000000..64b3601 Binary files /dev/null and b/app/fav/android-chrome-96x96.png differ diff --git a/app/fav/apple-touch-icon-114x114.png b/app/fav/apple-touch-icon-114x114.png new file mode 100644 index 0000000..aa60d8b Binary files /dev/null and b/app/fav/apple-touch-icon-114x114.png differ diff --git a/app/fav/apple-touch-icon-120x120.png b/app/fav/apple-touch-icon-120x120.png new file mode 100644 index 0000000..c477f35 Binary files /dev/null and b/app/fav/apple-touch-icon-120x120.png differ diff --git a/app/fav/apple-touch-icon-144x144.png b/app/fav/apple-touch-icon-144x144.png new file mode 100644 index 0000000..1b9560c Binary files /dev/null and b/app/fav/apple-touch-icon-144x144.png differ diff --git a/app/fav/apple-touch-icon-152x152.png b/app/fav/apple-touch-icon-152x152.png new file mode 100644 index 0000000..07c1870 Binary files /dev/null and b/app/fav/apple-touch-icon-152x152.png differ diff --git a/app/fav/apple-touch-icon-180x180.png b/app/fav/apple-touch-icon-180x180.png new file mode 100644 index 0000000..f4aab49 Binary files /dev/null and b/app/fav/apple-touch-icon-180x180.png differ diff --git a/app/fav/apple-touch-icon-57x57.png b/app/fav/apple-touch-icon-57x57.png new file mode 100644 index 0000000..c6257a8 Binary files /dev/null and b/app/fav/apple-touch-icon-57x57.png differ diff --git a/app/fav/apple-touch-icon-60x60.png b/app/fav/apple-touch-icon-60x60.png new file mode 100644 index 0000000..87d6747 Binary files /dev/null and b/app/fav/apple-touch-icon-60x60.png differ diff --git a/app/fav/apple-touch-icon-72x72.png b/app/fav/apple-touch-icon-72x72.png new file mode 100644 index 0000000..1ead014 Binary files /dev/null and b/app/fav/apple-touch-icon-72x72.png differ diff --git a/app/fav/apple-touch-icon-76x76.png b/app/fav/apple-touch-icon-76x76.png new file mode 100644 index 0000000..6b3ef97 Binary files /dev/null and b/app/fav/apple-touch-icon-76x76.png differ diff --git a/app/fav/apple-touch-icon-precomposed.png b/app/fav/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..b3b57cb Binary files /dev/null and b/app/fav/apple-touch-icon-precomposed.png differ diff --git a/app/fav/apple-touch-icon.png b/app/fav/apple-touch-icon.png new file mode 100644 index 0000000..f4aab49 Binary files /dev/null and b/app/fav/apple-touch-icon.png differ diff --git a/app/fav/browserconfig.xml b/app/fav/browserconfig.xml new file mode 100644 index 0000000..e56a40e --- /dev/null +++ b/app/fav/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #ffc40d + + + diff --git a/app/fav/favicon-16x16.png b/app/fav/favicon-16x16.png new file mode 100644 index 0000000..0c5a584 Binary files /dev/null and b/app/fav/favicon-16x16.png differ diff --git a/app/fav/favicon-194x194.png b/app/fav/favicon-194x194.png new file mode 100644 index 0000000..d1be6db Binary files /dev/null and b/app/fav/favicon-194x194.png differ diff --git a/app/fav/favicon-32x32.png b/app/fav/favicon-32x32.png new file mode 100644 index 0000000..0240b01 Binary files /dev/null and b/app/fav/favicon-32x32.png differ diff --git a/app/fav/favicon-96x96.png b/app/fav/favicon-96x96.png new file mode 100644 index 0000000..4c715f2 Binary files /dev/null and b/app/fav/favicon-96x96.png differ diff --git a/app/fav/favicon.ico b/app/fav/favicon.ico new file mode 100644 index 0000000..e130909 Binary files /dev/null and b/app/fav/favicon.ico differ diff --git a/app/fav/manifest.json b/app/fav/manifest.json new file mode 100644 index 0000000..134f2bf --- /dev/null +++ b/app/fav/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "Keeper", + "icons": [ + { + "src": "\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": 0.75 + }, + { + "src": "\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": 1 + }, + { + "src": "\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": 1.5 + }, + { + "src": "\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": 2 + }, + { + "src": "\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": 3 + }, + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": 4 + } + ] +} diff --git a/app/fav/mstile-144x144.png b/app/fav/mstile-144x144.png new file mode 100644 index 0000000..c17f343 Binary files /dev/null and b/app/fav/mstile-144x144.png differ diff --git a/app/fav/mstile-150x150.png b/app/fav/mstile-150x150.png new file mode 100644 index 0000000..d9c8c93 Binary files /dev/null and b/app/fav/mstile-150x150.png differ diff --git a/app/fav/mstile-310x150.png b/app/fav/mstile-310x150.png new file mode 100644 index 0000000..adc4828 Binary files /dev/null and b/app/fav/mstile-310x150.png differ diff --git a/app/fav/mstile-310x310.png b/app/fav/mstile-310x310.png new file mode 100644 index 0000000..284803e Binary files /dev/null and b/app/fav/mstile-310x310.png differ diff --git a/app/fav/mstile-70x70.png b/app/fav/mstile-70x70.png new file mode 100644 index 0000000..4a92a48 Binary files /dev/null and b/app/fav/mstile-70x70.png differ diff --git a/app/fav/safari-pinned-tab.svg b/app/fav/safari-pinned-tab.svg new file mode 100644 index 0000000..8a4072d --- /dev/null +++ b/app/fav/safari-pinned-tab.svg @@ -0,0 +1,28 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/app/index.html b/app/index.html index 1328e6e..31e49ce 100644 --- a/app/index.html +++ b/app/index.html @@ -15,11 +15,30 @@ - + + + + + + + + + + + + + + + + + + + + Keeper Silvtree
-
Recipes
+
Keeper
@@ -64,4 +83,4 @@ - \ No newline at end of file +