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, "minimum_chrome_version": "112", "offline_enabled": true, "default_locale": "en", "name": "__MSG_extName__", "short_name": "sideYT", "description": "__MSG_extDescription__", "version": "0.0.1", "author": "WebRail", "icons": { "24": "icon-24.png", "128": "icon-128.png" }, "action": { "default_title": "open Keep (Ctrl+Shift+K)", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html", "side_panel": { "default_path": "panel\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/keep.google.com\/*" ], "css": [ "panel\/style.css" ], "all_frames": true } ], "background": { "service_worker": "background\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } }, "declarative_net_request": { "rule_resources": [ { "id": "ig_frame_rule", "enabled": true, "path": "net_request.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess", "sidePanel" ], "host_permissions": [ "https:\/\/keep.google.com\/*" ] }