mirror of
https://codeberg.org/vlw/code-export-syntax.git
synced 2025-11-05 04:22:43 +01:00
25 lines
No EOL
462 B
JSON
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>"]
|
|
}
|
|
]
|
|
} |