2 "name": "A browser action with no icon that sends a test message",
6 "scripts": ["background.js"]
8 "permissions": ["activeTab"],
10 "default_title": "Send message",
11 "default_icon": "icon.png"
16 "windows": "Ctrl+Shift+Y",
17 "mac": "MacCtrl+Shift+Y",
18 "linux": "Ctrl+Shift+Y",
19 "chromeos": "Ctrl+Shift+Y",
20 "default": "Ctrl+Shift+Y"
22 "description": "Toggle feature foo"
24 "_execute_browser_action": {
26 "mac": "MacCtrl+Shift+F",
27 "default": "Ctrl+Shift+F"