diff --git a/README.md b/README.md index 50b3de4..95d17cc 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # APHP Gestime Exporter + +## References + +- [APHP Logo](https://www.facebook.com/photo/?fbid=1057890036443767&set=a.589369969962445) diff --git a/package.json b/package.json index d8f83b0..488113e 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "scripts": { "dev": "vite", - "build": "run-s type-check build-only copy:manifest", - "copy:manifest": "cp public/manifest.json dist/", + "build": "run-s type-check build-only copy:public", + "copy:public": "cp public/* dist/", "preview": "vite preview", "test:unit": "vitest", "test:e2e": "playwright test", diff --git a/public/icon128.png b/public/icon128.png new file mode 100644 index 0000000..4148e95 Binary files /dev/null and b/public/icon128.png differ diff --git a/public/icon48.png b/public/icon48.png new file mode 100644 index 0000000..e4672a4 Binary files /dev/null and b/public/icon48.png differ diff --git a/public/manifest.json b/public/manifest.json index 25c3093..0c836b6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -7,6 +7,10 @@ "default_popup": "index.html", "default_popup_width": 450 }, + "icons": { + "48": "icon48.png", + "128": "icon128.png" + }, "permissions": ["activeTab", "scripting"], "host_permissions": ["http://gestime.aphp.fr/*"] }