pake-cli
Version:
🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。
30 lines (29 loc) • 899 B
JSON
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "pake-capability",
"description": "Capability for the pake app.",
"webviews": ["pake"],
"remote": {
"urls": ["https://*.*"]
},
"permissions": [
"shell:allow-open",
"core:window:allow-theme",
"core:window:allow-start-dragging",
"core:window:allow-toggle-maximize",
"core:window:allow-is-fullscreen",
"core:window:allow-set-fullscreen",
"core:window:allow-set-resizable",
"core:window:allow-maximize",
"core:window:allow-minimize",
"core:window:allow-close",
"core:webview:allow-internal-toggle-devtools",
"notification:allow-is-permission-granted",
"notification:allow-notify",
"notification:allow-get-active",
"notification:allow-register-listener",
"notification:allow-register-action-types",
"notification:default",
"core:path:default"
]
}