Notion Native App Redirector Firefox

Examine source code of Notion Native App Redirector

By: micheam
Inspect and view changes in Notion Native App Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notion Native App Redirector",
  "version": "1.0",
  "description": "Redirect to native Notion.so client app.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.notion.so/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "e73f5adb-66f4-40cf-9303-fb966dab635e@micheam.com"
    }
  }
}

Best Notion Native App Redirector Alternatives

Here are some Firefox add-ons that are similar to Notion Native App Redirector: