2021-08-08 19:49:22 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Private Keyboard",
|
2021-09-21 04:47:40 +00:00
|
|
|
"version": "1.8",
|
2021-08-08 19:49:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
"description": "Protect against keyboard biometrics",
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/keyboard-ico.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"<all_urls>",
|
2021-08-10 19:40:14 +00:00
|
|
|
"storage",
|
|
|
|
"tabs"
|
2021-08-08 19:49:22 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
"background": {
|
|
|
|
"scripts": ["background.js"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"options_ui": {
|
|
|
|
"page": "settings/options.html"
|
|
|
|
},
|
|
|
|
|
2021-08-10 19:40:14 +00:00
|
|
|
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icons/keyboard-ico.png",
|
|
|
|
"default_title": "Private Keyboard",
|
|
|
|
"default_popup": "settings/button.html"
|
|
|
|
},
|
|
|
|
|
|
|
|
|
2021-08-08 19:49:22 +00:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "keyboardaddon@voidnet.tech"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|