Adobe Experience Platform Debugger Firefox

Examine source code of Adobe Experience Platform Debugger

Inspect and view changes in Adobe Experience Platform Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "1.4.1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/experience_platform_16.png",
    "48": "icons/experience_platform_48.png",
    "128": "icons/experience_platform_128.png"
  },
  "minimum_chrome_version": "68.0.0",
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/experience_platform_16.png",
      "48": "icons/experience_platform_48.png",
      "128": "icons/experience_platform_128.png"
    },
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "http://*/*.xml",
        "https://*/*.xml"
      ],
      "js": [
        "src/content/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "cookies",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "src/app/index.html",
    "src/app/login.html"
  ],
  "content_security_policy": "script-src 'self' https://use.typekit.net/ruf7eed.js; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{90e9760a-1d51-45dd-a643-989e6281878f}"
    }
  }
}

Best Adobe Experience Platform Debugger Alternatives

Here are some Firefox add-ons that are similar to Adobe Experience Platform Debugger: