{
  "manifest_version": 3,
  "name": "Sony PDE Helper (FF version)",
  "version": "0.2.1",
  "description": "Copy authentication tokens, identity UUIDs, and Datadog RUM links from Sony PDE systems with just a few clicks",
  "browser_specific_settings": {
    "gecko": {
      "id": "sony-pde-helper-firefox@theorchard.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": ["none"]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Sony PDE Helper"
  },
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "https://*.qaorch.com/*",
    "https://*.sonymusic.com/*",
    "https://*.theorchard.com/*",
    "*://ows-grass.theorchard.io/*",
    "*://prod-ows-grass.theorchard.io/*",
    "*://qa-ows-grass.theorchard.io/*",
    "https://*.qapdesuite.com/*",
    "https://*.awal.com/*",
    "https://*.qaawal.com/*"
  ],
  "background": {
    "scripts": ["background.js"],
    "type": "module"
  }
}