{ "name":"助手-pomodoro", "description":"manage your time", "version":"0.1", "manifest_version":3, "background":{ "service_worker":"./assets/js/background.js" }, "options_page": "./assets/html/options.html", "permissions":["storage","activeTab", "scripting","notifications","alarms", "contextMenus"], "action":{ "default_popup":"popup.html", "default_icon":{ "16": "./images/pomo_16.png", "48": "./images/pomo_48.png", "128": "./images/pomo_128.png" } }, "icons": { "16": "./images/pomo_16.png", "48": "./images/pomo_48.png", "128": "./images/pomo_128.png" }, "content_scripts":[{ "matches":["https://*/*","http://*/*"], "js":["./assets/js/common/jquery.min.js"] }] }