{
  "name": "Gemini in Chrome",
  "version": "1.2",
  "manifest_version": 3,
  "description": "Enables seamless transitions to gemini.google.com",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZI0bgiASzP89xOCIcg2Ej0S4/2Xoi8htu1qh4M1o4V0Q8GiqJ2nU2xJ9dJYxpMQff9OtNJ3giNman1xodSImQEWtm+YVUWJKu8V5ZyGWRJTtyo0tQiyNOx/kf3/f43CtsAKtsbFqJy9i9ux7JmF+KoORP1fjBJs0zpOGXWHbqIQIDAQAB",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "glicPrivate",
    "glicPrivate.invoke"
  ],
  "externally_connectable": {
    "matches": [
      "https://gemini.google.com/*",
      "https://search.google.com/*",
      "https://shopping.google.com/*",
      "https://wallet.google.com/*",
      "https://www.google.com/*",
      "https://*.borg.google.com/*",
      "https://*.corp.google.com/*",
      "https://*.prod.google.com/*"
    ]
  }
}