Cluster - Window & Tab Manager

Cluster - Window & Tab Manager

Window and Tab manager for managing multiple open tabs and windows with simplicity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cluster - Window & Tab Manager",
  "short_name": "Cluster",
  "description": "Window and Tab manager for managing multiple open tabs and windows with simplicity.",
  "version": "2.2.6",
  "commands": {
    "open-window-manager": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      },
      "description": "Open Window Manager"
    },
    "quick-sort": {
      "suggested_key": {
        "default": "Ctrl+Comma",
        "mac": "Command+Comma"
      },
      "description": "Quick Sort Tabs"
    }
  },
  "browser_action": {
    "default_title": "Cluster Tab Manager",
    "default_popup": "menu.html",
    "default_icon": {
      "16": "/res/icons/icon16-i.png",
      "24": "/res/icons/icon24-i.png",
      "32": "/res/icons/icon32-i.png"
    }
  },
  "icons": {
    "16": "/res/icons/icon16.png",
    "24": "/res/icons/icon24.png",
    "32": "/res/icons/icon32.png",
    "48": "/res/icons/icon48.png",
    "128": "/res/icons/icon128.png"
  },
  "background": {
    "scripts": [
      "js/event.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "chrome://favicon/",
    "unlimitedStorage"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com; connect-src 'self' https://chrome-cluster-e97d9.firebaseapp.com https://sentry.io https://googleapis.com/ https://*.googleapis.com https://www.gstatic.com/ https://*.firebaseio.com https://apis.google.com; img-src 'self' data: chrome: https://*.google.com; object-src 'self'; style-src 'unsafe-inline'; default-src 'self' frame-src 'self' https://chrome-cluster-e97d9.firebaseapp.com;",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNoMTvIuDrMUc1dvYumRYJ0eBosVbMixCIKfVpq5aFGnNNtQ5zEDrwzPlPV4lVRKN9sh0kiGJU+FaAnrCFEF1g/Of0djbem8jKp0Jn/HlDEf4LWj0fuKqLDA887GtgDWXtwt3gurBHqy3mH4QQtHXcC2YMJ0xgM5eid5hJZJGUuWLzeGrdQJMQb9eeTza+9KhiHPGjDu0QF8+ayz+JF7JYYaKP/XCd8wNaVy1CwEDVanoFwSQzoKnMl2Aqw9Z2H7s3U9QIrCusTt1Ge59XQalGEIXKkbVQjibNOXYhn1QEidP0l9IfpblXM5m7PCBDwDNCUhYCpc7coo23d7xY5wuQIDAQAB"
}