NeuroMark Firefox

Examine source code of NeuroMark

Inspect and view changes in NeuroMark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "NeuroMark",
  "version": "1.0.0",
  "description": "Automatically organizes your bookmarks into smart folders using AI categorization",
  "permissions": [
    "bookmarks",
    "tabs",
    "scripting",
    "storage",
    "activeTab",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "NeuroMark - AI Bookmark Organizer",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "neuromark-ai-bookmark-organizer@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best NeuroMark Alternatives

Here are some Firefox add-ons that are similar to NeuroMark: