- 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.
1 line
511 B
JSON
1 line
511 B
JSON
{"default":{"identifier":"default","description":"Default capability for all windows","local":true,"windows":["*"],"permissions":["core:default","opener:default","opener:allow-open-url","opener:allow-default-urls","notification:default","autostart:default"],"platforms":["linux","windows","macOS"]},"mobile":{"identifier":"mobile","description":"Default capability for mobile","local":true,"windows":["*"],"permissions":["core:default","notification:default","deep-link:default"],"platforms":["android","iOS"]}} |