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": "Captura e Upload para Google Drive",
"version": "1.0",
"permissions": [
"identity",
"activeTab"
],
"oauth2": {
"client_id": "151402871191-3pmadusstqj0pqr4udoeg8mg46566cdp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
}