- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / content_settings / getresourceidentifiers / manifest.json
1 {
2   "name" : "Content Settings API Test Extension",
3   "version" : "0.1",
4   "manifest_version": 2,
5   "description" : "Content Settings API Test Extension",
6   "permissions": [ "contentSettings" ],
7   "background": {
8     "page": "test.html"
9   }
10 }