Sui Optimizer

Sui Optimizer

Make the sui.com slightly easier to use.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sui Optimizer",
  "version": "1.4",
  "description": "Make the sui.com slightly easier to use.",
  "permissions": [
    "tabs",
    "webNavigation",
    "https://www.sui.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}