experiments in a post-browser web
10
fork

Configure Feed

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

fix(tag-actions): rename command to 'tag actions' for discoverability

+2 -2
+2 -2
extensions/tag-actions/manifest.json
··· 9 9 "settingsSchema": "./settings-schema.json", 10 10 "commands": [ 11 11 { 12 - "name": "open tag actions", 12 + "name": "tag actions", 13 13 "description": "Open the tag actions manager", 14 14 "action": { 15 15 "type": "window", ··· 27 27 "shortcuts": [ 28 28 { 29 29 "keys": "Option+Shift+T", 30 - "command": "open tag actions", 30 + "command": "tag actions", 31 31 "global": true 32 32 } 33 33 ]