Heurio - UX Check & Visual Feedback Tool

Heurio - UX Check & Visual Feedback Tool

Perfect for UX check, design & development review, heuristic evaluation, user testing and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Heurio - UX Check & Visual Feedback Tool",
  "homepage_url": "https://heurio.co/",
  "version": "2.3.12.11",
  "author": "Heurio <[email protected]>",
  "description": "Perfect for UX check, design & development review, heuristic evaluation, user testing and more.",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:*/*",
      "https://heurio-test-app.azurewebsites.net/*",
      "https://heurio.app/*",
      "ws://*/"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "style/fonts.css",
        "style/sprite.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/heurio-16x16.png",
    "48": "icons/heurio-48x48.png",
    "128": "icons/heurio-128x128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/heurio-16x16.png",
      "32": "icons/heurio-32x32.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://*.azurewebsites.net ws://localhost:*; style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';; connect-src ws://localhost:9090/"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*",
        "style/*",
        "icons/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}