Simple.ink | Notion Website Builder

Simple.ink | Notion Website Builder

Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple.ink | Notion Website Builder",
  "version": "0.1",
  "description": "Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}