Inspect and view changes in DM - Tab Revolver 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "DM - Tab Revolver",
"short_name": "Tab Revolver by DesignMantic",
"description": "DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice",
"version": "1.1",
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"js/code.js"
]
},
"options_page": "settings.html",
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "main.html"
},
"permissions": [
"tabs",
"storage",
"idle",
"activeTab",
"http://*/*",
"https://*/*"
]
}