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": "Key Wallet",
"version": "1.0.0",
"description": "Securely store encrypted key-value pairs in Google Drive",
"permissions": [
"identity",
"storage"
],
"host_permissions": [
"https:\/\/*.googleapis.com\/"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"oauth2": {
"client_id": "515865130114-bot040c99tebl2aqt9iugfb7cqlj5n74.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/drive.appdata",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}