Inspect and view changes in Virtual Keyboard for Browser™ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "/js/background.js"
},
"default_locale": "en",
"description": "__MSG_application_description__",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_application_title__",
"offline_enabled": true,
"options_page": "options.html",
"action": {
"default_icon": "icon-128.png",
"default_popup": "toggle.html",
"default_title": "Virtual Keyboard Toggle"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"homepage_url": "https://virtual-keyboard.pdfwork.com",
"version": "3.0.0",
"web_accessible_resources": [
{
"resources": [
"keyboard.html",
"layouts/keyboard_*.html",
"style.css",
"options/*",
"toggle.html",
"toggle.js",
"icons/*",
"icons/backspace.png",
"icons/backspace-e.png",
"icons/close.png",
"icons/enter.png",
"icons/enter-e.png",
"icons/settings.png",
"icons/shift.png",
"buttons/*",
"buttons/keyboard_1.png",
"buttons/keyboard_2.png",
"buttons/keyboard_3.png"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}