Pinote — Floating Meeting Notepad Firefox

Examine source code of Pinote — Floating Meeting Notepad

By: Sanjith Add-on
Inspect and view changes in Pinote — Floating Meeting Notepad source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pinote — Floating Meeting Notepad",
  "version": "2.0.0",
  "description": "A lightweight floating notepad pinned inside Google Meet and Zoom. Free for 3 meetings, upgrade to Pro for unlimited notes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "pinote@pinotemeet.app",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://api.lemonsqueezy.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*",
        "https://zoom.us/*",
        "https://*.zoom.us/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Pinote — Floating Meeting Notepad Alternatives

Here are some Firefox add-ons that are similar to Pinote — Floating Meeting Notepad: