@@ -10,6 +10,7 @@ sidebar:
1010import PluginLinks from ' @components/PluginLinks.astro' ;
1111import { Tabs , TabItem , Steps } from ' @astrojs/starlight/components' ;
1212import CommandTabs from ' @components/CommandTabs.astro' ;
13+ import PluginPermissions from ' @components/PluginPermissions.astro' ;
1314
1415<PluginLinks plugin = " barcode-scanner" />
1516
@@ -104,17 +105,4 @@ See the [Capabilities Overview](/security/capabilities/) for more information an
104105}
105106```
106107
107- | Permission | Description |
108- | ------------------------------------------- | ------------------------------------------------------------------------- |
109- | ` barcode-scanner:allow-cancel ` | Enables the cancel command without any pre-configured scope. |
110- | ` barcode-scanner:deny-cancel ` | Denies the cancel command without any pre-configured scope. |
111- | ` barcode-scanner:allow-check-permissions ` | Enables the check_permissions command without any pre-configured scope. |
112- | ` barcode-scanner:deny-check-permissions ` | Denies the check_permissions command without any pre-configured scope. |
113- | ` barcode-scanner:allow-open-app-settings ` | Enables the open_app_settings command without any pre-configured scope. |
114- | ` barcode-scanner:deny-open-app-settings ` | Denies the open_app_settings command without any pre-configured scope. |
115- | ` barcode-scanner:allow-request-permissions ` | Enables the request_permissions command without any pre-configured scope. |
116- | ` barcode-scanner:deny-request-permissions ` | Denies the request_permissions command without any pre-configured scope. |
117- | ` barcode-scanner:allow-scan ` | Enables the scan command without any pre-configured scope. |
118- | ` barcode-scanner:deny-scan ` | Denies the scan command without any pre-configured scope. |
119- | ` barcode-scanner:allow-vibrate ` | Enables the vibrate command without any pre-configured scope. |
120- | ` barcode-scanner:deny-vibrate ` | Denies the vibrate command without any pre-configured scope. |
108+ <PluginPermissions plugin = " barcode-scanner" />
0 commit comments