- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / theme_minimal / manifest.json
1 {
2    "manifest_version": 2,
3    "name": "minimal",
4    "theme": {
5       "colors": {
6          "toolbar": [ 207, 221, 192 ]
7       }
8    },
9    "version": "2.0"
10 }