My Canned Notes Pro - AI Writing Assistant Firefox

Examine source code of My Canned Notes Pro - AI Writing Assistant

Inspect and view changes in My Canned Notes Pro - AI Writing Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "My Canned Notes Pro - AI Writing Assistant",
  "description": "Save hours with AI Canned Responses! Instantly rewrite text and fix grammar on any site. 100% Private and Local-First architecture.",
  "version": "1.6.26",
  "author": "Pawan Kumar",
  "homepage_url": "https://mcnp.live",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "my-canned-notes-pro@pawan-kumar",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "assets/icons/icon-16.png"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_icon": "assets/icons/icon-16.png",
    "default_title": "My Canned Notes Pro"
  },
  "permissions": [
    "storage",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/purify.min.js",
        "shared/dom-sanitizer.js",
        "content/content-script.js"
      ],
      "css": [
        "content/floating-icons.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.gstatic.com https://cdnjs.cloudflare.com; connect-src 'self' https://*.supabase.co"
  },
  "commands": {
    "create-sticky-note": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Create a sticky note on the current page"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best My Canned Notes Pro - AI Writing Assistant Alternatives

Here are some Firefox add-ons that are similar to My Canned Notes Pro - AI Writing Assistant: