Guide HQ

Guide HQ

Automatically create simple step-by-step guide with screenshots. Save up 20+ hours/month vs. video and text guides.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.721b7357.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "48": "icon48.f544afcb.png"
    },
    "default_popup": "popup.d334c8be.html"
  },
  "version": "1.0.6",
  "name": "Guide HQ",
  "description": "Automatically create simple step-by-step guide with screenshots. Save up 20+ hours/month vs. video and text guides.",
  "author": "GuideHQ",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.d0591844.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "mouse.397b0a85.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "screenshot.902e08b2.js"
      ],
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsSHSFrFqW/SVvlnifaN5rjNq0X80kC+mggFLn7w6I8kx3NuwGMdsg2mK7KHg026hrPkfgkgyiTBX7Jq/vSrGNN4SVWCbSt7piiaaFmUjDtskrC4qkV2ejYwwwo87cTNJKAd+BP03DsBKuD07Q/wuhLhcyKHP739pJeEkSWBHKXiH6JaL1A6OHORTfSo+Y8Nug8BdilHPhrhWZQy6DoV/Vde6YPQzo/T2qIM3KIPakgJY2QP0bjRa/08gKSyOo6LOvBnLpkHovxobnrYQ0Gyq4SRP1bhEusNd6bx9O7zZ4OtBLaIpt1JsxlFuHMN60KicfFaPcsnVcOtuMMcURpBSrQIDAQAB",
  "host_permissions": [
    "https://*/*",
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "721977030307-huoump3cotnjbsg1kui5m94psfkgv165.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "mouse.3e96fdc0.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "mouse.3e96fdc0.css"
      ]
    }
  ]
}