{ "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": [""], "css": ["no-select.css"], "js": ["inject.js"], "run_at": "document_start" } ] }