Gemini Organizer Sidebar Firefox

Examine source code of Gemini Organizer Sidebar

By: Owl
Inspect and view changes in Gemini Organizer Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gemini Organizer",
  "version": "0.2.0",
  "description": "Organize your Gemini chats with folders. Reorder, rename, group and delete chats directly from the sidebar.",
  "author": "Daniel",
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-organizer@daniel",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "webRequest",
    "*://gemini.google.com/*",
    "*://*.google.com/*"
  ],
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "sidebar_action": {
    "default_title": "Gemini Organizer",
    "default_panel": "sidebar.html",
    "default_icon": {
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg"
    }
  },
  "browser_action": {
    "default_title": "Toggle Gemini Organizer",
    "default_icon": {
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  }
}

Best Gemini Organizer Sidebar Alternatives

Here are some Firefox add-ons that are similar to Gemini Organizer Sidebar: