experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(extension): add Alt+P hotkey for command bar popup

+8
+8
backend/extension/manifest.json
··· 12 12 "default_title": "Peek", 13 13 "default_popup": "popup.html" 14 14 }, 15 + "commands": { 16 + "_execute_action": { 17 + "suggested_key": { 18 + "default": "Alt+P" 19 + }, 20 + "description": "Open Peek command bar" 21 + } 22 + }, 15 23 "permissions": ["storage", "alarms", "bookmarks", "tabs", "tabGroups", "history"], 16 24 "options_page": "options.html", 17 25 "browser_specific_settings": {