Augury Extension

Augury Extension

Useful app.augury.com features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Augury Extension",
  "description": "Useful app.augury.com features",
  "version": "1.3.4",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://app.augury.com/*",
        "https://*.app.augury.com/*"
      ],
      "js": [
        "demomode.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}