| OLD | NEW |
| 1 { | 1 { |
| 2 {%if key is defined %} | 2 {%if key is defined %} |
| 3 "key": "{{key}}", | 3 "key": "{{key}}", |
| 4 {% endif %} | 4 {% endif %} |
| 5 "manifest_version": 2, | 5 "manifest_version": 2, |
| 6 "name": "ChromeVox", | 6 "name": "ChromeVox", |
| 7 "version": "{{set_version}}", | 7 "version": "{{set_version}}", |
| 8 "description": "ChromeVox - Giving Voice to Chrome.", | 8 "description": "ChromeVox - Giving Voice to Chrome.", |
| 9 {% if is_guest_manifest == '1' %} | 9 {% if is_guest_manifest == '1' %} |
| 10 "incognito": "split", | 10 "incognito": "split", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 } | 73 } |
| 74 }, | 74 }, |
| 75 "previousLine": { | 75 "previousLine": { |
| 76 "description": "Moves to the previous line", | 76 "description": "Moves to the previous line", |
| 77 "suggested_key": { | 77 "suggested_key": { |
| 78 "chromeos": "Search+Shift+Up" | 78 "chromeos": "Search+Shift+Up" |
| 79 } | 79 } |
| 80 } | 80 } |
| 81 }, | 81 }, |
| 82 {% endif %} | 82 {% endif %} |
| 83 "options_page": "chromevox/background/options.html", |
| 83 "default_locale": "en" | 84 "default_locale": "en" |
| 84 } | 85 } |
| OLD | NEW |