- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / print_api / manifest.json
1 {
2   "name": "Platform App Test: window.print() API",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": [
7         "test.js"
8       ]
9     }
10   }
11 }