Frizbee - UX Tool to take screenshots

Frizbee - UX Tool to take screenshots

Take screenshots of your workflow. Now works across different tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.2.0",
  "manifest_version": 3,
  "name": "Frizbee - UX Tool to take screenshots",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "200138132632-eg40gcoj3n23uloclu1vtlohk0k2b4sb.apps.googleusercontent.com",
    "scopes": [
      ""
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAll3YtfSASq3RFgtM2ZI9x4YVzR7tEusF3MmlI+TFcic0mStFDdPL11xZhz9guUaXBxkIBiPO88GZEY+7kZqkCkYS/epzv5t72M2ofQ5MOKPjf6wJIf0L5HYxReUszAh183Cug+TTLk/UksDIl1bsK512xCLYfrFxb0gScIcqdb21D2VOAjurtOaQjttKZytZB0kEFZt4yA+OC/ClNNvxHPPIYT5R9OENxYVGJCvG/43/0jZZRz5/gvg/U1dQN9qNf1XqZgpXSX5ypC6bODfbSg3IzLVyVCoc8UEnQYGSThPWxJz/PNhEpLYHUYHmcu3Ao4IjMjSU/95KQXDIhh+pcwIDAQAB"
}