Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "App Test", | 2 "name": "App Test", |
| 3 "version": "1", | 3 "version": "1", |
| 4 "manifest_version": 2, | 4 "manifest_version": 2, |
| 5 "permissions": [ | 5 "permissions": [ |
| 6 "notifications" | 6 "notifications" |
| 7 ], | 7 ], |
| 8 "app": { | 8 "app": { |
| 9 "launch": { | 9 "launch": { |
| 10 "web_url": "http://www.example.com/empty.html" | 10 "web_url": "https://www.example.com/empty.html" |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 } | 13 } |
| OLD | NEW |