Opus●Guide

Opus●Guide

Create step-by-step instructions in seconds. Capture screenshots, just by clicking on buttons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Opus●Guide",
  "version": "0.2.1.2",
  "description": "Create step-by-step instructions in seconds. Capture screenshots, just by clicking on buttons.",
  "icons": {
    "16": "/images/icon.png",
    "32": "/images/icon.png",
    "48": "/images/icon.png",
    "128": "/images/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Opus●Guide"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "scripting",
    "tabs"
  ]
}