{ "manifest_version": 3, "name": "佑语", "version": "1.0", "description": "资源导航", "icons": { "128": "./static/img/logo.jpg", "48": "./static/img/logo.jpg", "16": "./static/img/logo.jpg" }, "background": { ".service_worke": ["./js/background/main.js"] // 是否加载 // "persistent":false }, "permissions": ["storage", "activeTab", "scripting"], "action": { "default_popup": "index.html", "default_icon": { "128": "./static/img/logo.jpg", "48": "./static/img/logo.jpg", "16": "./static/img/logo.jpg" } }, "options_page":"./options/index.html" }