Google Gemini Fast Folders Firefox

Examine source code of Google Gemini Fast Folders

By: SJClabs
Inspect and view changes in Google Gemini Fast Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Gemini Fast Folders",
  "version": "4.2.6",
  "description": "Quickly create, organize and access chat folders for Google Gemini.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fastfolders@getfastfolders.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "browsingActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://*.gemini.google.com/*",
    "https://*.supabase.co/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "public/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"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.gemini.google.com/*"
      ],
      "js": [
        "bundle.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.supabase.co;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "content.css"
      ],
      "matches": [
        "https://*.google.com/*"
      ]
    }
  ]
}

Best Google Gemini Fast Folders Alternatives

Here are some Firefox add-ons that are similar to Google Gemini Fast Folders: