Fiddler Jam

Fiddler Jam

The Fast and Secure Way to Share Network Debugging Logs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "The Fast and Secure Way to Share Network Debugging Logs ",
  "version": "1.9.1",
  "name": "Fiddler Jam",
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:3300/*",
      "https://jam.getfiddler.com/*",
      "https://jam.getfiddler.be/*",
      "https://jam.getfiddler.cc/*"
    ]
  },
  "web_accessible_resources": [
    "js/content/events.bundle.js",
    "js/mocking/enableMocking.bundle.js",
    "js/mocking/inject.bundle.js",
    "js/content/pageProxy.bundle.js",
    "js/content/shared-worker-trampoline.html",
    "js/content/sdk.bundle.js",
    "capture-conflict.html",
    "js/ga.bundle.js",
    "started-capturing.html",
    "popup.html",
    "auto.html",
    "assets/fonts/Metric-Regular.otf",
    "assets/fonts/Metric-Medium.otf",
    "assets/fonts/Metric-Semibold.otf"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:3300/*",
        "https://jam.getfiddler.com/*",
        "https://jam.getfiddler.be/*",
        "https://jam.getfiddler.cc/*"
      ],
      "js": [
        "js/content/pageProxy.bundle.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content/sdk.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Progress Telerik Fiddler Jam",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "assets/images/logo.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "MacCtrl+Shift+H"
      }
    }
  },
  "icons": {
    "128": "assets/images/logo.png"
  },
  "permissions": [
    "webNavigation",
    "declarativeContent",
    "storage",
    "tabs",
    "browsingData",
    "downloads",
    "debugger",
    "unlimitedStorage",
    "tabCapture",
    "management",
    "<all_urls>"
  ],
  "incognito": "split",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://d2r1yp2w7bby2u.cloudfront.net https://wzrkt.com https://www.google-analytics.com; object-src 'self'; style-src * 'unsafe-inline'; img-src https://www.google-analytics.com 'self' data: chrome://extension-icon;",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}