*Add browser_specific_settings
This commit is contained in:
parent
a3baf41237
commit
605a699299
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue