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_appName__", "version": "1.2.0", "description": "__MSG_appDescription__", "default_locale": "en", "permissions": [ "storage", "activeTab", "tabs", "webNavigation", "identity", "identity.email", "contextMenus", "sidePanel", "unlimitedStorage", "system.display", "scripting", "offscreen" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background\/background.js" }, "commands": { "toggle_recording_command": { "suggested_key": { "default": "Alt+R", "mac": "Command+R" }, "description": "Toggle recording" } }, "icons": { "48": "images\/lg_48x48px.png", "64": "images\/lg_64x64px.png", "96": "images\/lg_96x96px.png", "128": "images\/lg_128x128px.png" }, "action": { "default_icon": { "48": "images\/lg_48x48px.png" }, "default_popup": "popup\/popup.html" }, "side_panel": { "default_path": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "all_frames": true } ], "options_page": "options\/options.html", "web_accessible_resources": [ { "resources": [ "images\/*", "preview\/*", "permission\/*", "annotator\/*", "content\/components\/page-control.css", "styles\/common.css", "styles\/fontsawesome\/webfonts\/*", "components\/onboarding\/*", "_locales\/*\/messages.json" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "338415015450-d3o72t25o55f4i2nemknkao8h40rbosd.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk1VMS201ophUVcx9KDsiW4h3Ph3O2LYIv9uAse23tW9oWW1QE1o3ShfKPOz9JTr20Sbqn8kEF11hoGNfeeAR3SoGp1E9QCtMVbZ1OfVmrGjusioTS7rgRT2Cu62B+lGjtt8gW1c9m7K2f48FoVdG1g13NB+chVr3Zd7Zxj6PEWHwSoTU13cdZgvTHybGJ0VU+O4wFlSreqnDnHd5B2S\/0v6aBIVOpiLH6TpiiDZBzlo7Mn8Sj06LdG9H3q3OXjTdf6\/mYJLwpZsBZFw7hzoLiShQopv3mKMW3g2Nory9FZG9FQdTA6+n5NeBgUCn16GX2zC3dJrf7sVVdOYV1dNumQIDAQAB" }