Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name" : "__MSG_ANIMATION_APPNAME__", | |
| 3 "version" : "0.1", | |
| 4 "description" : "__MSG_ANIMATION_APPDESC__", | |
| 5 "permissions": [ | |
| 6 "accessibilityFeatures.read", | |
| 7 "accessibilityFeatures.modify" | |
| 8 ], | |
| 9 "browser_action": { | |
| 10 "default_icon": "animation.png", | |
| 11 "default_popup": "popup.html" | |
| 12 }, | |
| 13 "manifest_version": 2, | |
| 14 "default_locale": "en" | |
| 15 } | |
| OLD | NEW |