secondz - Generate user guide in seconds

secondz - Generate user guide in seconds

Simply operate the screen as usual to generate a manual guide with instructions. Anyone can easily create, share and analyze them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.5.2",
  "default_locale": "en",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icons/production/icon16.png",
    "32": "images/icons/production/icon32.png",
    "48": "images/icons/production/icon48.png",
    "128": "images/icons/production/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/controller.js-loader-9fb94b57.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/index-6d0fd3ff.css",
        "assets/controller-e6da1b83.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-073b745e.js",
        "assets/controller.js-702e5234.js"
      ],
      "use_dynamic_url": true
    }
  ]
}