- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / uitest / plugins_private / manifest.json
1 {
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "NPAPI plugin test",
5   "description": "Tests that private publics are only visible to the extension",
6   "plugins": [
7     {"path": "plugin.dll"},
8     {"path": "plugin.plugin"},
9     {"path": "plugin32.so"},
10     {"path": "plugin64.so"}
11   ],
12   "requirements": {
13     "plugins": {
14       "npapi": false
15     }
16   }
17 }