- 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.
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"$schema": "../gen/schemas/mobile-schema.json",
|
|
"identifier": "mobile",
|
|
"description": "Default capability for mobile",
|
|
"windows": ["*"],
|
|
"platforms": ["android", "iOS"],
|
|
"permissions": [
|
|
"core:default",
|
|
"notification:default",
|
|
"deep-link:default"
|
|
]
|
|
}
|