diff --git a/bbn192.png b/bbn192.png new file mode 100644 index 0000000..1a535cb Binary files /dev/null and b/bbn192.png differ diff --git a/bbn512.png b/bbn512.png new file mode 100644 index 0000000..f4bbdb8 Binary files /dev/null and b/bbn512.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..8e61bd0 Binary files /dev/null and b/favicon.ico differ diff --git a/index.php b/index.php index 0faa47f..c5460e5 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,7 @@ } ?> + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..7ff68a9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "bbn", + "start_url": ".", + "display": "standalone", + "icons": [ + { + "src": "favicon.ico", + "type": "image/vnd.microsoft.icon", + "sizes": "48x48" + }, + { + "src": "bbn192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "bbn512.png", + "type": "image/png", + "sizes": "512x512" + } + ] +} +