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": "GPTDrive: Mobile Hub for ChatGPT, Bard, Bing",
"version": "0.92",
"description": "Mobile & Markdown Support for ChatGPT, Bard and BingChat via Google Drive",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowgSDenUMd0NwZkTssTP5ZxqdmwAhFxHZhwmrK2b13LI8JA5Q4ygc98f8yZsO+tMH3xv7KIl1JmVugWKhWuWkhtV6bwamaZ+MXE1Hc+kBYvoaK\/0Tqt2IqfYQRGA3z5IflfyoG0S0rPF+ruXOwvzyFbVDqdzjRCKPN\/ILBew76oqqBap5gqfSJJizLIvYy4oM5i\/ZHMkeAiDMNWbufYpmO2z+Ne5pyDm2i4nSqGxG\/Wjgn1RKU+86UR+CGJMWIVeUR94mwKzZgAlzVOjXLWts+VN34U0bjPXEj022bh7NukI0VvoiUuZQs1BeSg0g051JVbJ1xeGW+WYWO7bBIho3QIDAQAB",
"oauth2": {
"client_id": "654630109762-4vvd7mj3mrt202s8f623ul345cet9j1d.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive"
]
},
"icons": {
"16": "icon\/blue_favicon16_nobg.png",
"32": "icon\/blue_favicon32_nobg.png",
"48": "icon\/blue_favicon48_nobg.png",
"64": "icon\/blue_favicon64_nobg.png",
"128": "icon\/blue_favicon128_nobg.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon\/blue_favicon16_nobg.png",
"32": "icon\/blue_favicon32_nobg.png",
"48": "icon\/blue_favicon48_nobg.png",
"64": "icon\/blue_favicon64_nobg.png",
"128": "icon\/blue_favicon128_nobg.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"identity"
],
"content_scripts": [
{
"js": [
"js\/popup.js",
"js\/turndown.js",
"js\/turndown-plugin-gfm.js"
],
"matches": [
"https:\/\/bard.google.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/www.bing.com\/*"
],
"run_at": "document_end"
}
]
}