Enterprise Tab Rotate - Next

Enterprise Tab Rotate - Next

Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Enterprise Tab Rotate - Next",
  "description": "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.",
  "version": "0.0.1",
  "icons": {
    "128": "icon_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_title": "Enterprise Tab Rotate - Next",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js",
      "js/analytics.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "storage": {
    "managed_schema": "schema.json"
  }
}