Examine source code of Keynotion

Inspect and view changes in Keynotion source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Keynotion",
  "version": "0.3.0",
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "src/assets/icon-16.png"
  },
  "icons": {
    "16": "src/assets/icon-16.png",
    "32": "src/assets/icon-32.png",
    "48": "src/assets/icon-48.png",
    "128": "src/assets/icon-128.png"
  },
  "description": "Keynotion provides useful features for presentation using Notion.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx.198d6080.c6373469.js"
      ],
      "matches": [
        "https://www.notion.so/*",
        "https://*.notion.site/*"
      ],
      "css": [
        "assets/index.tsx.66a730d7.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.notion.site/*",
        "https://www.notion.so/*"
      ],
      "resources": [
        "assets/messageService.9f0d3bee.js",
        "assets/index.tsx.198d6080.js"
      ],
      "use_dynamic_url": true
    }
  ]
}