{ "manifest_version": 3, "name": "AutistMask", "version": "0.1.0", "description": "Minimal Ethereum wallet for Chrome", "permissions": ["storage", "activeTab"], "action": { "default_popup": "src/popup/index.html" }, "background": { "service_worker": "src/background/index.js" }, "content_scripts": [ { "matches": [""], "js": ["src/content/index.js"], "run_at": "document_start" } ] }