@orchard9ai/create-vite-vike-tauri
Version:
Create Vite + Vike + Tauri applications with Orchard9 design system
15 lines (14 loc) • 427 B
JSON
{
"$schema": "../gen/schemas/mobile-schema.json",
"identifier": "mobile",
"description": "Mobile-specific permissions",
"platforms": ["android", "iOS"],
"permissions": [
"notification:default",
"notification:allow-create-channel",
"notification:allow-delete-channel",
"notification:allow-list-channels",
"notification:allow-register-action-types",
"notification:allow-register-listener"
]
}