diff --git a/doc/chrome/icon128.png b/doc/chrome/icon128.png new file mode 100644 index 0000000000..5e2a415d79 Binary files /dev/null and b/doc/chrome/icon128.png differ diff --git a/doc/chrome/icon16.png b/doc/chrome/icon16.png new file mode 100644 index 0000000000..6f95a928d2 Binary files /dev/null and b/doc/chrome/icon16.png differ diff --git a/doc/chrome/icon48.png b/doc/chrome/icon48.png new file mode 100644 index 0000000000..3a93f3973b Binary files /dev/null and b/doc/chrome/icon48.png differ diff --git a/doc/chrome/manifest.json b/doc/chrome/manifest.json new file mode 100644 index 0000000000..9a5b38ab62 --- /dev/null +++ b/doc/chrome/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 2, + "name": "lichess.org", + "version": "2.0.0", + "icons": { + "16": "icon16.png", + "48": "icon48.png", + "128": "icon128.png" + }, + "short_name": "Free online chess", + "description": "The best chess server is free for all, open source, and without ads!", + "app": { + "urls": [ + "http://lichess.org/" + ], + "launch": { + "web_url": "http://lichess.org/" + } + }, + "homepage_url": "http://lichess.org/" +} diff --git a/public/banner128x128.png b/public/banner128x128.png new file mode 100644 index 0000000000..5e2a415d79 Binary files /dev/null and b/public/banner128x128.png differ diff --git a/public/banner48x48.png b/public/banner48x48.png new file mode 100644 index 0000000000..3a93f3973b Binary files /dev/null and b/public/banner48x48.png differ