{
  "manifest_version": 3,
  "name": "OA/Workstation Quality of Life Improvements",
  "version": "1.0",
  "description": "Makes development with OA/Workstation tolerable.",
  "content_scripts": [
    {
      "matches": ["https://*.qaorch.com/*"],
      "js": ["content.js"],
      "run_at": "document_end"
    },
    {
      "matches": ["https://*.qaorch.com/*"],
      "css": ["styles.css"]
    }
  ]
}
