Semflow - SEO Plugin for Webflow

Semflow - SEO Plugin for Webflow

Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Semflow - SEO Plugin for Webflow",
  "version": "1.0.20",
  "description": "Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://webflow.com/*",
        "https://*.webflow.com/*"
      ],
      "js": [
        "jquery.min.js"
      ],
      "run_at": "document_end",
      "css": [
        "button.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://webflow.com/",
    "https://*.webflow.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/semflow-icon-16.png",
      "32": "/images/semflow-icon-32.png",
      "48": "/images/semflow-icon-48.png",
      "128": "/images/semflow-icon-128.png"
    }
  },
  "icons": {
    "16": "/images/semflow-icon-16.png",
    "32": "/images/semflow-icon-32.png",
    "48": "/images/semflow-icon-48.png",
    "128": "/images/semflow-icon-128.png"
  }
}