mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Add sample manifests. Also make a browser path argument, so you can just specify one browser without messing with a manifest.
This commit is contained in:
parent
ed574cb6c0
commit
d19a6ef983
2 changed files with 16 additions and 11 deletions
10
test/resources/browser_manifests/browser_manifest.json.mac
Normal file
10
test/resources/browser_manifests/browser_manifest.json.mac
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name":"firefox5",
|
||||
"path":"/Applications/Firefox.app",
|
||||
},
|
||||
{
|
||||
"name":"firefox6",
|
||||
"path":"/Users/sayrer/firefoxen/Aurora.app",
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue