feat: add icons
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
# APHP Gestime Exporter
|
# APHP Gestime Exporter
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
- [APHP Logo](https://www.facebook.com/photo/?fbid=1057890036443767&set=a.589369969962445)
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "run-s type-check build-only copy:manifest",
|
"build": "run-s type-check build-only copy:public",
|
||||||
"copy:manifest": "cp public/manifest.json dist/",
|
"copy:public": "cp public/* dist/",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test:unit": "vitest",
|
"test:unit": "vitest",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
|
|||||||
BIN
public/icon128.png
Normal file
BIN
public/icon128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
public/icon48.png
Normal file
BIN
public/icon48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
@@ -7,6 +7,10 @@
|
|||||||
"default_popup": "index.html",
|
"default_popup": "index.html",
|
||||||
"default_popup_width": 450
|
"default_popup_width": 450
|
||||||
},
|
},
|
||||||
|
"icons": {
|
||||||
|
"48": "icon48.png",
|
||||||
|
"128": "icon128.png"
|
||||||
|
},
|
||||||
"permissions": ["activeTab", "scripting"],
|
"permissions": ["activeTab", "scripting"],
|
||||||
"host_permissions": ["http://gestime.aphp.fr/*"]
|
"host_permissions": ["http://gestime.aphp.fr/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user