Redbooth for Chrome

Redbooth for Chrome

Manage your projects from Chrome, create tasks and review your dashboard in real-time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Redbooth for Chrome",
  "short_name": "Redbooth",
  "description": "Manage your projects from Chrome, create tasks and review your dashboard in real-time.",
  "version": "2.1.6",
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "omnibox": {
    "keyword": "rb"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://redbooth.com/",
    "https://redbooth.com/",
    "https://www.google-analytics.com/",
    "http://*/api/3/*",
    "https://*/api/3/*"
  ]
}