68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
|
"manifest_version": 2,
|
|
"name": "Lume Web",
|
|
"version": "0.3.0.3",
|
|
"homepage_url": "https://lumeweb.com",
|
|
"icons": {
|
|
"48": "icon.png",
|
|
"96": "icon@2x.png"
|
|
},
|
|
"permissions": [
|
|
"proxy",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"webNavigation",
|
|
"menus",
|
|
"<all_urls>"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://kernel.lume/"
|
|
],
|
|
"js": [
|
|
"bootloader.js"
|
|
],
|
|
"run_at": "document_end",
|
|
"all_frames": true
|
|
},
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"js": [
|
|
"bridge.js"
|
|
],
|
|
"run_at": "document_end",
|
|
"all_frames": true
|
|
},
|
|
{
|
|
"matches": [
|
|
"<all_urls>"
|
|
],
|
|
"js": [
|
|
"cryptoLoader.js"
|
|
],
|
|
"run_at": "document_start",
|
|
"all_frames": true
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"icon@2x.png",
|
|
"auth.html"
|
|
],
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "contact@lumeweb.com",
|
|
"strict_min_version": "91.1.0"
|
|
}
|
|
}
|
|
}
|