Scoop: Powering Hybrid Teams

Scoop: Powering Hybrid Teams

Effortlessly plan your next great office day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Scoop: Powering Hybrid Teams",
  "description": "Effortlessly plan your next great office day",
  "version": "2.10.1",
  "minimum_chrome_version": "88",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "identity",
    "activeTab",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "https://api.takescoop.com/*",
    "https://api.segment.io/*",
    "https://calendar.google.com/*",
    "https://www.takescoop.com/*",
    "https://www.scoopforwork.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "sidePanelContentScript.js"
      ]
    }
  ],
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.takescoop.com/*",
      "https://*.scoopforwork.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sidePanel.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "icons": {
    "16": "default/icon-16.png",
    "32": "default/icon-32.png",
    "48": "default/icon-48.png",
    "128": "default/icon-128.png"
  },
  "homepage_url": "https://www.scoopforwork.com",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}