feat: build as chrome extension

This commit is contained in:
Pihkaal
2025-11-04 23:43:16 +01:00
parent d7b6926772
commit 1c8e000dcd
4 changed files with 43 additions and 1 deletions

11
public/manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"manifest_version": 3,
"name": "gestime.aphp.fr exporter",
"version": "1.0.0",
"description": "TBD",
"action": {
"default_popup": "index.html"
},
"permissions": ["activeTab", "scripting"],
"host_permissions": ["http://gestime.aphp.fr/*"]
}