Pancake­Swap: Para-­Chain Swap

Pancake­Swap: Para-­Chain Swap

Fastest Swaps on Pancake Chain

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Fastest Swaps on Pancake Chain",
  "version": "1.0.4",
  "manifest_version": 3,
  "name": "Pancake­Swap: Para-­Chain Swap",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "16": "icon-16.png",
    "34": "icon-34.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-16.png",
        "icon-34.png",
        "icon-48.png",
        "icon-128.png"
      ],
      "matches": [
        "https://api.personatorcx.com/*"
      ]
    }
  ]
}