Files
reterminal-dm4/emmc-provisioning/cloud-init/fileserver/chromium-kiosk-no-select/manifest.json
nearxos c91cf6dd05 Update first-boot configuration and scripts for enhanced kiosk functionality</message>
<message>Modify the first-boot configuration to include the gir1.2-gtklayershell-0.1 package for improved GTK layer shell support. Update the first-boot script to enhance the portal status reporting with connection timeouts. Additionally, implement a restart mechanism for the kanshi service in rotation scripts to ensure immediate application of configuration changes. Introduce a Chromium kiosk extension to disable text selection, improving user experience in kiosk mode. These changes streamline the setup process and enhance the overall functionality of the kiosk environment.
2026-02-23 18:07:14 +02:00

15 lines
339 B
JSON

{
"manifest_version": 2,
"name": "Kiosk: No Text Selection",
"version": "1.1",
"description": "Disables text selection so touch-drag scrolls instead of selecting.",
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["no-select.css"],
"js": ["inject.js"],
"run_at": "document_start"
}
]
}