diff --git a/img/9gag.png b/img/9gag.png new file mode 100644 index 0000000..cd047ae Binary files /dev/null and b/img/9gag.png differ diff --git a/img/9gag.svg b/img/9gag.svg new file mode 100644 index 0000000..2f334f5 --- /dev/null +++ b/img/9gag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 4623aa6..e1a9fd6 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
-

9Follow

+

9FOLLOW | Follow your favorite 9GAG accounts

diff --git a/js/manifest.json b/js/manifest.json new file mode 100644 index 0000000..ab3bc73 --- /dev/null +++ b/js/manifest.json @@ -0,0 +1,16 @@ +{ + "short_name": "9FOLLOW", + "name": "9FOLLOW", + "icons": [ + { + "src": "/9follow/img/9gag.svg", + "type": "image/png", + "sizes": "2500x2500" + } + ], + "start_url": "/9follow/", + "background_color": "#222222", + "display": "standalone", + "scope": "/9follow/*", + "theme_color": "#222222" +} \ No newline at end of file