feat: build as chrome extension
This commit is contained in:
11
public/manifest.json
Normal file
11
public/manifest.json
Normal 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/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user