Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.1.5",
"description": "__MSG_extDescription__",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAve9HijU+ncNDcVYdOC3dc8Rs8PbBpvTHPwOvTtPaMw1WWv9lKqU3sVf8mkqgRZB94J0Ewt4KNS4itFiHJQhqB3YC3CJVgfumsfIfI8uDoXhxKuQ0kGxa8JOO\/D5Q9DapA7QJ9x03JyxvXfuY4OFVwR\/3GuARHGeS+k+oJgIYeVpPRqoBYvA8xSOoTh+ukjkZd9FFUwPsaP+0zCoEGJkvSDbcv8weLBCq76t6QHLZEO3AFAR5hjS2ZfYtASgLyFZ1Hp4plmksKIhmhfz0RrWV6qCZR7TWXAvkGuCmwZym6rhk+df+NlKQDR9N\/OwY6FtLEEKkPCCdwTi5hV\/eo9ykowIDAQAB",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"downloads",
"scripting",
"favicon"
],
"optional_permissions": [
"identity"
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_actionTitle__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "218937796520-mparpteknls03pef340tkouv6bn6u11m.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Q",
"mac": "Command+Shift+Q"
},
"description": "__MSG_commandGeneratePageDesc__"
},
"generate-text-qr": {
"suggested_key": {
"default": "Ctrl+Shift+T",
"mac": "Command+Shift+T"
},
"description": "__MSG_commandGenerateTextDesc__"
}
}
}