Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "test", | 2 "name": "test", |
| 3 "description": "App with file_handlers manifest.", | 3 "description": "App with file_handlers manifest.", |
| 4 "version": "1", | 4 "version": "1", |
| 5 "app": { | 5 "app": { |
| 6 "background": { | 6 "background": { |
| 7 "scripts": ["background.js"] | 7 "scripts": ["background.js"] |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 "file_handlers": { | 10 "file_handlers": { |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 103 "90/*", | 103 "90/*", |
| 104 "91/*", | 104 "91/*", |
| 105 "92/*", | 105 "92/*", |
| 106 "93/*", | 106 "93/*", |
| 107 "94/*", | 107 "94/*", |
| 108 "95/*", | 108 "95/*", |
| 109 "96/*", | 109 "96/*", |
| 110 "97/*", | 110 "97/*", |
| 111 "98/*", | 111 "98/*", |
| 112 "99/*" | 112 "99/*" |
| 113 ], | 113 ] |
| 114 "title": "Text editor" | |
| 115 }, | 114 }, |
| 116 "image": { | 115 "image": { |
| 117 "types": [ | 116 "types": [ |
| 118 "00/*", | 117 "00/*", |
| 119 "01/*", | 118 "01/*", |
| 120 "02/*", | 119 "02/*", |
| 121 "03/*", | 120 "03/*", |
| 122 "04/*", | 121 "04/*", |
| 123 "05/*", | 122 "05/*", |
| 124 "06/*", | 123 "06/*", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 212 "94/*", | 211 "94/*", |
| 213 "95/*", | 212 "95/*", |
| 214 "96/*", | 213 "96/*", |
| 215 "97/*", | 214 "97/*", |
| 216 "98/*", | 215 "98/*", |
| 217 "99/*" | 216 "99/*" |
| 218 ], | 217 ], |
| 219 "extensions": [ | 218 "extensions": [ |
| 220 ".png", | 219 ".png", |
| 221 ".gif" | 220 ".gif" |
| 222 ], | 221 ] |
| 223 "title": "Image editor" | |
| 224 } | 222 } |
| 225 } | 223 } |
| 226 } | 224 } |
| OLD | NEW |