Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Keyboard Lock",
"version": "0.1.3",
"manifest_version": 3,
"description": "An extension to lock your keyboard. Lock it when watching Youtube with kids.",
"homepage_url": "https:\/\/nirgit.github.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "Keyboard Lock",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "js\/back.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"js\/common.js",
"src\/inject\/inject.js"
]
}
]
}