- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / canvas_2d / manifest.json
1 {
2   "description": "Extension which has just a background page with 2D canvas",
3   "name": "background_page_2d_canvas",
4   "background": {
5     "page": "background.html"
6   },
7   "version": "0.1",
8   "manifest_version": 2
9 }