Content Hub Power Extension

Content Hub Power Extension

Awesome extension that makes managing Content Hub easier!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Content Hub Power Extension",
  "description": "Awesome extension that makes managing Content Hub easier!",
  "version": "1.3",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./public/images/get_started16.png",
      "32": "./public/images/get_started32.png",
      "48": "./public/images/get_started48.png",
      "128": "./public/images/get_started128.png"
    }
  },
  "icons": {
    "16": "./public/images/get_started16.png",
    "32": "./public/images/get_started32.png",
    "48": "./public/images/get_started48.png",
    "128": "./public/images/get_started128.png"
  }
}