DM - Tab Revolver

DM - Tab Revolver

DM - Tab Revolver is a state-of-the-art tab switcher which allows you to setup a slideshow of the tabs of your choice

Merlin
Additional files are visible only to premium users

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://*/*"
  ]
}