AQR Assistant

AQR Assistant

Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AQR Assistant",
  "version": "1.0.15",
  "description": "Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "popups/default_popup/default_popup.html"
  },
  "icons": {
    "16": "images/icons/bw-icon-16.png",
    "32": "images/icons/bw-icon-32.png",
    "48": "images/icons/color-icon-48.png",
    "128": "images/icons/color-icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/content.js"
      ],
      "matches": [
        "https://rating.ewoq.google.com/*"
      ]
    }
  ]
}