Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gemini shortcut", "version": "1.0.2", "description": "gemini.google.com \uc0ac\uc774\ud2b8\uc758 \uc8fc\uc694 \uae30\ub2a5\uc5d0 \ub300\ud55c \ub2e8\ucd95\ud0a4\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gemini.google.com\/*" ], "js": [ "content.js" ] } ] }