*Add browser_specific_settings

This commit is contained in:
Derrick Hammer 2022-08-14 15:44:35 -04:00
parent a3baf41237
commit 605a699299
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -27,5 +27,10 @@
}
],
"web_accessible_resources": ["icon@2x.png", "auth.html"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"browser_specific_settings": {
"gecko": {
"id": "contact@lumeweb.com"
}
}
}