{
  "manifest_version": 3,
  "name": "Sony PDE Helper",
  "version": "1.0.0",
  "description": "Copy authentication tokens, identity UUIDs, and Datadog RUM links from Sony PDE systems with just a few clicks",
  "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",
    "storage",
    "alarms"
  ],
  "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/*",
    "https://www.google-analytics.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "copy-token": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Copy the current PDE bearer token to the clipboard"
    },
    "copy-identity": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Copy the Identity UUID to the clipboard"
    },
    "copy-email": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Copy the user email to the clipboard"
    }
  }
}