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": "WindChat TapTap Markdown Web Clipper", "version": "0.0.2", "description": "", "options_page": "src\/pages\/options\/index.html", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt274JAWd\/gT+QvN0jS97O+cEWrH47iOIw8\/U5SWcTv7xetf6Uxxw6bzDVmpRW4hKliTSz9RHsgPPbz6e13aV2dpRGOfzbbhT+mO5Gy2kipsNmpD4DkyLbZWq48uzm3IthqfHtl4J3AJid7046sjx1EBAh02DmAEsbMQBAgak35\/z\/qrzZl4q0SAPy6UazoTK6Nw7fdVL9HBFFGmIMaJlj03myJmuyWO9C5oenvQA5tbN4SsZ08I4UQndsjVsCWsIJ9qfEbJ12oozzDMKzKil2TmdrPXTvf0QPXQo0oiaxBN\/mxdcXV7IqizvC9z43tfbtteK30ZRG6+\/bxDlXqecvQIDAQAB", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "oauth2": { "client_id": "571085149187-no1c3369532ut9j7mtv3gu5vd656j4bj.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16942434996.chunk.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.windchat.link\/*" ] }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "logo-256.png", "icon-256.png", "icon-128.png", "icon-34.png", "lemon.js", "ChatGPT_logo.svg", "google.svg", "src\/options\/index.html", "src\/options\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/*.openai.com\/*", "https:\/\/*.windchat.link\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/accounts.google.com\/;" }, "permissions": [ "identity", "identity.email", "downloads", "storage", "tabs" ] }