Inspect and view changes in Close Tabs By Pattern 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
{
"author": "Mathieu Pillard",
"background": {
"scripts": [
"main.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "close-tabs-by-pattern@virgule.net",
"strict_min_version": "57.0"
}
},
"browser_action": {
"browser_style": true,
"default_icon": "icon.svg",
"default_title": "Close Tabs By Pattern"
},
"description": "Automatically close tabs whose URL match specific patterns",
"homepage_url": "https://github.com/diox/close-tabs-by-pattern/",
"manifest_version": 2,
"name": "Close Tabs By Pattern",
"options_ui": {
"browser_style": true,
"page": "options.html"
},
"permissions": [
"<all_urls>",
"storage",
"tabs"
],
"version": "0.2"
}