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,
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"version": "1.7.9",
"author": "Taining Lu",
"icons": {
"256": "logo.png"
},
"action": {
"default_icon": {
"38": "logo.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
}
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"350.js",
"157.js",
"900.js",
"content_script.js"
],
"run_at": "document_start"
}
],
"sandbox": {
"pages": [
"google_picker.html"
]
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/apis.google.com https:\/\/docs.google.com; img-src 'self' data: https:\/\/docs.google.com"
},
"web_accessible_resources": [
{
"resources": [
"capture.html",
"capture.js",
"google_picker.html",
"google_picker.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"offline_enabled": true,
"oauth2": {
"client_id": "237623400605-8rgs6s1gafd3o0gcbdtb0g5032buhvo4.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"permissions": [
"activeTab",
"storage",
"scripting",
"notifications",
"contextMenus",
"identity"
],
"optional_permissions": [
"desktopCapture"
],
"host_permissions": [
"<all_urls>"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoCzjyehW3dbSkHdYOuJcoQNP0C9jTJPtOBeZjKwpijQBaqd4O01RgPhBy+V4rZcQJcJAQtnE4ER+ktU4oWWd9uVLbqHza72f+9mVjrXmq1SS2fxsqWnbpwGeOEksGL+KRQ1jT429Y+EZwFZnC8ABPqdtooZH1122cGNg4QRnlhCtTCyl6V2gR+ePgVDZMSLyusplebRRHroN4N9YWTGqk4rO8GpmkEvoMvM1xkqw3ZzghQ8lp2THXPkWVAwSXwTMBh7q\/ZHr45\/pqG43gZSH2QRX79Avt7dc2HzKRI4HBtdClgLNAB+K8fZLuSLg+nSi940g3nJx8X3jRVk1fOEI9QIDAQAB"
}