OLD | NEW |
1 { | 1 { |
2 "name": "__MSG_ALT_APPNAME__", | 2 "name": "__MSG_ALT_APPNAME__", |
3 "version": "1.0", | 3 "version": "1.0.1", |
4 "description": "__MSG_ALT_APPDESC__", | 4 "description": "__MSG_ALT_APPDESC__", |
5 "background": { | 5 "background": { |
6 "scripts": [ "background.js" ] | 6 "scripts": [ "background.js" ] |
7 }, | 7 }, |
8 "commands": { | 8 "commands": { |
9 "example_keyboard_command": { | 9 "example_keyboard_command": { |
10 "suggested_key": { | 10 "suggested_key": { |
11 "default": "Ctrl+Shift+I", | 11 "default": "Ctrl+Shift+I", |
12 "mac": "Ctrl+Shift+I" | 12 "mac": "Ctrl+Shift+I" |
13 }, | 13 }, |
(...skipping 16 matching lines...) Expand all Loading... |
30 "images/speech-16.png", | 30 "images/speech-16.png", |
31 "images/speech-missing-alt-16.png", | 31 "images/speech-missing-alt-16.png", |
32 "images/statusbarButtonGlyphs.png" | 32 "images/statusbarButtonGlyphs.png" |
33 ], | 33 ], |
34 "icons": { | 34 "icons": { |
35 "16": "images/icon-16.png", | 35 "16": "images/icon-16.png", |
36 "48": "images/icon-48.png", | 36 "48": "images/icon-48.png", |
37 "128": "images/icon-128.png" | 37 "128": "images/icon-128.png" |
38 } | 38 } |
39 } | 39 } |
OLD | NEW |