diff --git a/src/manifest.json b/src/manifest.json deleted file mode 100644 index 3374d1b8..00000000 --- a/src/manifest.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "manifest_version": 3, - "name": "Nami", - "version": "3.8.5", - "description": "Maintained by IOG", - "background": { "service_worker": "background.bundle.js" }, - "action": { - "default_popup": "mainPopup.html", - "default_icon": "icon-34.png" - }, - "icons": { - "128": "icon-128.png" - }, - "content_scripts": [ - { - "matches": ["http://*/*", "https://*/*", ""], - "js": ["contentScript.bundle.js"], - "run_at": "document_start" - }, - { - "matches": ["*://connect.trezor.io/*/popup.html"], - "js": ["trezorContentScript.bundle.js"] - } - ], - "web_accessible_resources": [ - { - "resources": [ - "icon-128.png", - "icon-34.png", - "injected.bundle.js", - "internalPopup.html" - ], - "matches": ["http://*/*", "https://*/*", "file://*/*"] - } - ], - "content_security_policy": { - "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; frame-src https://connect.trezor.io/;" - }, - "permissions": ["storage", "unlimitedStorage", "favicon"] -}