aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/icon-144x144.pngbin0 -> 41356 bytes
-rw-r--r--public/manifest.json6
-rw-r--r--public/robots.txt5
3 files changed, 11 insertions, 0 deletions
diff --git a/public/icon-144x144.png b/public/icon-144x144.png
new file mode 100644
index 0000000..d2430c6
--- /dev/null
+++ b/public/icon-144x144.png
Binary files differ
diff --git a/public/manifest.json b/public/manifest.json
index cd77de2..5fe3e5d 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -9,6 +9,12 @@
"description": "Watch and Read your favorite Anime/Manga in one single app",
"icons": [
{
+ "src": "/icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image/png",
+ "purpose": "any"
+ },
+ {
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..2c3f889
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,5 @@
+User-agent: *
+Disallow: /en/anime/
+Disallow: /en/manga/
+Disallow: /admin/
+Disallow: /api/ \ No newline at end of file