repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
uitest
/
plugins_private
/
manifest.json
blob
a47bb06cc121de1d1f0d3de8946abcaace19b65e
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
}