{ "manifest_version": 3, "name": "Bid Extension", "version": "4.6", "description": "Bid Extension", "action": { "default_icon": { "16": "icons/16.png", "32": "icons/32.png", "128": "icons/128.png" } }, "permissions": ["storage", "tabs", "alarms"], "host_permissions": ["http://*/*", "https://*/*"], "content_scripts": [ { "matches": [""], "js": ["content.js"], "run_at": "document_idle", "type": "module" } ], "web_accessible_resources": [ { "resources": ["inject-ui.js"], "matches": [""] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons/16.png", "32": "icons/32.png", "128": "icons/128.png" } }