Inspect and view changes in Free Spell Checker 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": "scripts/background-mv3.js"
},
"action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"default_popup": "pages/popup.html",
"default_title": "__MSG_browserActionTitle__"
},
"commands": {
"grammar-checker": {
"description": "__MSG_appCommand__",
"suggested_key": {
"default": "Ctrl+Shift+G",
"mac": "Command+Shift+G"
}
}
},
"default_locale": "en",
"description": "__MSG_appDescription__",
"homepage_url": "https://spell-check.pdfwork.com/",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"contextMenus"
],
"host_permissions": [
"https://languagetool.org/*"
],
"short_name": "__MSG_appShortName__",
"version": "3.0.0",
"container": [
"GOOGLE_DRIVE"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}