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": "Stacks - Web Clipper and AI Assistant", "description": "The fastest way to save links, notes, and files with AI-powered recall.", "version": "3.0.3", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "bookmarks", "storage", "tabs", "scripting", "webRequest", "contextMenus", "notifications" ], "host_permissions": [ "<all_urls>", "https:\/\/*.betterstacks.com\/*", "https:\/\/betterstacks.com\/*", "https:\/\/app.betterstacks.com\/*", "http:\/\/app.betterstacks.com\/*" ], "web_accessible_resources": [ { "resources": [ "orb.svg", "orb-png.png", "stacks-logo.png" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/annotation.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/search-recommendations.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/social-import.css" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "*:\/\/mobile.twitter.com\/*", "*:\/\/mobile.x.com\/*", "*:\/\/twitter.com\/*", "*:\/\/www.linkedin.com\/*", "*:\/\/x.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' ws:\/\/localhost:* http:\/\/localhost:* https:\/\/localhost:* https:\/\/api.betterstacks.com https:\/\/*.betterstacks.com https:\/\/betterstacks.com https:\/\/app.betterstacks.com https:\/\/unpkg.com https:\/\/cdn.jsdelivr.net;" }, "commands": { "quick-search": { "suggested_key": { "default": "Alt+Period", "mac": "Command+Period" }, "description": "Quick Search" }, "open-search-dialog": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Open Search Dialog" }, "toggle-search-recommendations": { "suggested_key": { "default": "Alt+Shift+S", "mac": "Command+Shift+S" }, "description": "Toggle Search Recommendations" }, "toggle-twitter-import": { "suggested_key": { "default": "Alt+Shift+T", "mac": "Command+Shift+T" }, "description": "Toggle Twitter Import" } }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Stacks Browser Extension", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "content-scripts\/annotation.js", "content-scripts\/search-recommendations.js" ] }, { "matches": [ "*:\/\/*.betterstacks.com\/*", "*:\/\/betterstacks.com\/*", "*:\/\/www.betterstacks.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/content.js" ] }, { "matches": [ "<all_urls>" ], "run_at": "document_idle", "js": [ "content-scripts\/parser.js", "content-scripts\/toolbar.js" ] }, { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "*:\/\/mobile.twitter.com\/*", "*:\/\/mobile.x.com\/*", "*:\/\/twitter.com\/*", "*:\/\/www.linkedin.com\/*", "*:\/\/x.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/social-import.js" ] } ] }