{ "manifest_version": 3, "name": "DeNet", "description": "chrome extension", "version": "0.0.1", "background": { "service_worker": "/js/background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "" ], "js": [ "/js/content.js" ], "css": [ "/js/content.css" ] } ], "options_page": "options.html" }