diff --git a/htmlheader.php b/htmlheader.php index 01527db..a5e4512 100644 --- a/htmlheader.php +++ b/htmlheader.php @@ -9,7 +9,10 @@ -Comics Fancy + + + +JAJ Comics diff --git a/img/comics_192.png b/img/comics_192.png new file mode 100644 index 0000000..4b5fc7d Binary files /dev/null and b/img/comics_192.png differ diff --git a/img/comics_512.png b/img/comics_512.png new file mode 100644 index 0000000..b9e8cc2 Binary files /dev/null and b/img/comics_512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3e7503e --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "short_name": "JAJ Comics", + "description": "JAJ Comics: So many comics, so little time!", + "icons": [ + { + "src": "/img/comics_512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "/img/comics_192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "index.php", + "display": "fullscreen", + "scope": "/" +}