Inspect and view changes in textfocus SEO & Semantic 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
{
"name": "textfocus SEO & Semantic",
"short_name": "textfocus",
"version": "1.1resigned1",
"description": "Launch a semantic analysis of the current tab",
"browser_action": {
"default_icon": "dist/img/logo32.png",
"default_title": "Launch a semantic analysis"
},
"permissions": [
"activeTab",
"tabs"
],
"background": {
"scripts": [
"dist/js/tf.js"
]
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{e57557c5-8cd6-45fa-9821-48fcbc79e387}"
}
}
}