Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Block Copy-Paste", "version": "1.1", "description": "Prevents users from copying and pasting content on specific websites.", "author": "Hesham Omar", "permissions": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/10.12.2.101\/care-ware-web\/faces\/ui\/pages\/patient\/patientData.xhtml", "http:\/\/10.12.2.40\/care-ware-web\/faces\/ui\/pages\/patient\/patientData.xhtml", "http:\/\/10.1.3.101\/care-ware-web\/faces\/ui\/pages\/patient\/patientData.xhtml" ], "js": [ "content.js" ] }, { "matches": [ "http:\/\/10.12.2.101\/care-ware-web\/faces\/ui\/pages\/patient\/order\/index.xhtml", "http:\/\/10.12.2.40\/care-ware-web\/faces\/ui\/pages\/patient\/order\/index.xhtml", "http:\/\/10.1.3.101\/care-ware-web\/faces\/ui\/pages\/patient\/order\/index.xhtml" ], "js": [ "copyOnly.js" ] } ] }