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",
"manifest_version": 3,
"name": "Unlock Keyboard & Mouse",
"description": "__MSG_description__",
"version": "2.1",
"default_locale": "en",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "options-page\/index.html"
},
"options_page": "options-page\/index.html",
"content_scripts": [
{
"all_frames": true,
"js": [
"content-scripts.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"optional_permissions": [
"downloads"
],
"permissions": [
"activeTab",
"storage"
]
}