Dowell UX Living Lab

Dowell UX Living Lab

Extension to manage your UX LivingLab account. It comes with options like notification, login/logout, chat, logs, and setting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dowell UX Living Lab",
  "description": "Extension to manage your UX LivingLab account. It comes with options like notification, login/logout, chat, logs, and setting.",
  "version": "3.0.1",
  "manifest_version": 3,
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html",
    "default_title": "Manage Your UX Living Lab Account"
  },
  "content_scripts": [
    {
      "css": [
        "/assets/index-b9380713.css"
      ],
      "js": [
        "/assets/index-cf60e21c.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "http://127.0.0.1.zxqpopw/*"
      ]
    }
  ],
  "background": {
    "type": "module"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "cookies",
    "notifications"
  ]
}