{ "name": "Syntax highlight export", "action": { "default_popup": "popup.html" }, "version": "0.1.0", "description": "Export syntax highlighting from code-server", "permissions": [ "tabs", "storage", "scripting", "activeTab" ], "homepage_url": "https://codeberg.org/vlw/X", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "pages/edit.html", "assets/js/scripts.js" ], "matches": [""] } ] }