Tansa Text Proofing
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"author": "Tansa Systems AS",
"name": "__MSG_tansa_title__",
"version": "5.0.0.37",
"description": "__MSG_tansa_description__",
"default_locale": "en",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images/icon19.png",
"38": "images/icon38.png"
},
"default_title": "Tansa",
"default_popup": "html/actionMenu.html"
},
"background": {
"page": "html/background.html",
"persistent": true
},
"permissions": [
"contextMenus",
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"management",
"browsingData",
"*://*/*",
"http://*/*",
"https://*/*",
"<all_urls>",
"activeTab"
],
"web_accessible_resources": [
"js/common.js",
"js/aboutDialog.js",
"js/connectionDialog.js",
"html/connection.html",
"images/icon16.png"
],
"externally_connectable": {
"ids": [
"*"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"js": [
"js/contentscript.js"
],
"run_at": "document_end"
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}