Nimbufy

Nimbufy

Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nimbufy",
  "version": "3.3.3",
  "description": "Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development.",
  "permissions": [
    "storage",
    "identity",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://server.nimbufy.com/*",
    "https://auth.nimbufy.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": false
    }
  ]
}