tiq Companion Extension

tiq Companion Extension

Boost your website feedback experience with pixel-perfect screenshots and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.a9f79dd2.png",
    "32": "icon32.plasmo.d7204388.png",
    "48": "icon48.plasmo.3cdb7c8f.png",
    "64": "icon64.plasmo.af451bc2.png",
    "128": "icon128.plasmo.55eba4fd.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.a9f79dd2.png",
      "32": "icon32.plasmo.d7204388.png",
      "48": "icon48.plasmo.3cdb7c8f.png",
      "64": "icon64.plasmo.af451bc2.png",
      "128": "icon128.plasmo.55eba4fd.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.1",
  "author": "tiq UG",
  "name": "tiq Companion Extension",
  "description": "Boost your website feedback experience with pixel-perfect screenshots and more.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "injection-checker.2a44687f.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "messaging-bridge.4f8c22e3.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*",
    "<all_urls>",
    "https://gettiq.com/*"
  ]
}