AHAU 260 for Edge

AHAU 260 for Edge

Manage your work and projects within AHAU 260 for Edge!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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 Edge",
  "description": "Manage your work and projects within AHAU 260 for Edge!",
  "homepage_url": "https://www.ahau260.com/integrations/chrome#edge",
  "externally_connectable": {
    "matches": [
      "https://app.ahau260.com/chromium/*"
    ]
  },
  "browser_specific_settings": {
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  },
  "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_popup": "popup.html",
    "default_title": "AHAU 260"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}