Shopify Post-Purchase Debugger Firefox

Examine source code of Shopify Post-Purchase Debugger

Inspect and view changes in Shopify Post-Purchase Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shopify Post-Purchase Debugger",
  "version": "2.0.0",
  "description": "Adds a set of debugging and convenience tools specifically designed for developing Shopify's post-purchase extensions. It allows developers to easily inspect and test post-purchase flows, review customer interactions, and track changes in real-time.",
  "options_ui": {
    "page": "./build/options/index.html",
    "open_in_tab": true
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "./build/backgroundScripts/background.js"
    ]
  },
  "icons": {
    "128": "./images/logo.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c5207fcf-7d2a-4890-8c49-0fd9950fddb5}"
    }
  }
}

Best Shopify Post-Purchase Debugger Alternatives

Here are some Firefox add-ons that are similar to Shopify Post-Purchase Debugger: