code-export-syntax/chromium/manifest.json
2025-10-18 19:24:46 +00:00

25 lines
No EOL
462 B
JSON

{
"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": ["<all_urls>"]
}
]
}