{
  "manifest_version": 3,
  "name": "Free Gems for Gemini",
  "version": "1.1",
  "description": "Add custom GPTs (Gems) feature to Gemini for free",
  "author": "Anthony Cardinale",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": ["https://gemini.google.com/*"],
      "js": ["content.js"],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}