NotionSEO: Notion SEO & Readability Plugin

NotionSEO: Notion SEO & Readability Plugin

Helps with SEO Indicators, Keywords, Backlinks, Readability Scores, and Content Reach

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NotionSEO: Notion SEO & Readability Plugin",
  "short_name": "NotionSEO",
  "description": "Helps with SEO Indicators, Keywords, Backlinks, Readability Scores, and Content Reach",
  "version": "0.2.68",
  "manifest_version": 3,
  "options_page": "index.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.notion.so/*"
      ],
      "js": [
        "content/script.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.notionseo.xyz/*"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/assets/*",
        "/content/*",
        "/runner/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6Y2fX+y/UVL4vJDxyIMBx3SWOgqe0KLucfo+P+MES32ptstuqHoQcxIpCfcI+UY223Q1HksBMKWNJzHSY/Hz4rv2NrMBluEFgK913S1w7bmZcWUSOAIbCbX48un73G/s39+KoAKO2rj7fWzWrHay2ACI7Eaxg30yikpjBYioBVORvnHFIHHtrDbNsLmCFSZVH5vHGXL7E1QkrxEjj0DI3C5dsmSZ0hTS6zX8uU0013CswfnmaAO7roNPkexDSSU7IEawgAw3TA/Kj4cqlU/PBKUYDpA0BvqpG4xSYYCCTyszBN7xGwAY+nC5m96npynNWNOV0fJ2n6N+A3Fw93vb4QIDAQAB"
}