No-code Payments Integration®

No-code Payments Integration®

Embed best-in-class payment features into any SaaS application in minutes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "No-code Payments Integration®",
  "description": "Embed best-in-class payment features into any SaaS application in minutes.",
  "version": "0.1.60",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "No-code Payments Integration®",
    "default_icon": "icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "content.style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.style.css",
        "index.html",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "externally_connectable": {
    "matches": [],
    "ids": []
  },
  "permissions": [
    "webNavigation",
    "contextMenus",
    "activeTab",
    "storage",
    "scripting",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://*/",
    "file:///*/"
  ]
}