- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / uitest / plugins / manifest.json
1 {
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "NPAPI plugin test",
5   "description": "An extension for an extension UITest.",
6   "plugins": [
7     {"path": "plugin.dll", "public": true},
8     {"path": "plugin.plugin", "public": true},
9     {"path": "plugin32.so", "public": true},
10     {"path": "plugin64.so", "public": true}
11   ],
12   "requirements": {
13     "plugins": {
14       "npapi": false
15     }
16   }
17 }