AHAU 260 for Chrome

AHAU 260 for Chrome

Manage your work and projects within AHAU 260 for Chrome!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Ahau Software",
  "short_name": "AHAU 260",
  "version": "2.5.4",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "images/ahau260/16.png",
    "32": "images/ahau260/32.png",
    "64": "images/ahau260/64.png",
    "128": "images/ahau260/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "popupOnPage.html"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "name": "AHAU 260 for Chrome",
  "description": "Manage your work and projects within AHAU 260 for Chrome!",
  "homepage_url": "https://www.ahau260.com/integrations/chrome#chrome",
  "externally_connectable": {
    "matches": [
      "https://app.ahau260.com/chromium/*"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "pageCapture",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "images/ahau260/16.png",
      "32": "images/ahau260/32.png",
      "64": "images/ahau260/64.png",
      "128": "images/ahau260/128.png"
    },
    "default_title": "AHAU 260",
    "default_popup": "popup.html"
  }
}