refactor: update permission sets and schemas for opener functionality
Some checks failed
Build / build-windows (push) Successful in 18m42s
Build / check-version (push) Has been cancelled
Build / build-linux (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled

- Changed permission descriptions and constants in android-schema.json and mobile-schema.json to reflect new opener functionality.
- Updated capabilities.json to remove deprecated shell permissions and include new opener permissions.
- Refactored schema definitions to align with the new opener API, including changes to allowed and denied commands.
- Adjusted application references in schemas to clarify usage with URLs and paths.
This commit is contained in:
2026-01-29 23:19:50 +11:00
parent 3ccae09dca
commit 7a5e258f23
5 changed files with 176 additions and 351 deletions

View File

@@ -6,7 +6,6 @@
"platforms": ["android", "iOS"],
"permissions": [
"core:default",
"shell:allow-open",
"notification:default",
"deep-link:default"
]