Inspect and view changes in Open Not in New Tab 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
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"author": "tukapiyo",
"developer": {
"name": "tukapiyo",
"url": "https://www2.filewo.net/"
},
"description": "__MSG_extensionDescription__",
"version": "1.1.2",
"applications": {
"gecko": {
"id": "openinsametab@filewo.net",
"strict_min_version": "63.0"
}
},
"icons": {
"48": "images/logo.svg",
"96": "images/logo.svg"
},
"default_locale": "en",
"background": {
"scripts": [
"/scripts/openinsametab-background.js"
]
},
"options_ui": {
"page": "options/options.html"
},
"permissions": [
"tabs",
"contextMenus",
"storage"
],
"optional_permissions": [
"<all_urls>"
]
}