Fintest Pro - Your Exploratory test companion

Fintest Pro - Your Exploratory test companion

Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.4.24.328",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "action": {
    "default_title": "Fintest Pro",
    "default_popup": "html/popups/start.html"
  },
  "icons": {
    "16": "/pictures/logo128.png",
    "48": "/pictures/logo128.png",
    "128": "/pictures/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-wrapper.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pictures/*",
        "html/templates/video/video-webcam-iframe.html",
        "html/templates/video/video-webcam-iframe-permissions.html",
        "html/templates/customer/customer.html",
        "js/ffmpeg-core.js",
        "js/ffmpeg-core.wasm",
        "js/ffmpeg-core.worker.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "desktopCapture",
    "activeTab",
    "tabs",
    "tabCapture",
    "storage",
    "downloads",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "webNavigation",
    "debugger",
    "webRequest",
    "offscreen"
  ],
  "host_permissions": [
    "https://app-dev.fintest.ca/*",
    "*://*/*",
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "sandbox": {
    "pages": [
      "html/templates/test-tool/webpage-comparison/visual-regression-sandbox.html"
    ]
  }
}