Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Refactored metadata for contacts, administration, and Ulticards pages to utilize dynamic app names and descriptions. - Introduced new product pages for Ultiai, Ultical, Ulticards, Ultidrive, Ultimail, and Ultimeet with appropriate metadata. - Enhanced layout components to ensure consistent styling and functionality across new product sections. - Updated various components to replace hardcoded labels with dynamic references to improve maintainability and consistency.
17 lines
405 B
TOML
17 lines
405 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[default]
|
|
description = "Default permissions for the ulti-core plugin (all suite commands)."
|
|
permissions = [
|
|
"allow-store-set",
|
|
"allow-store-get",
|
|
"allow-store-delete",
|
|
"allow-store-clear",
|
|
"allow-push-register",
|
|
"allow-contacts-fetch",
|
|
"allow-share-take-pending",
|
|
"allow-share-out",
|
|
"allow-app-open-url",
|
|
"allow-http-request",
|
|
]
|