1
0
Fork 0
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:
Rob Sayre 2011-06-23 13:47:43 -07:00
parent ed574cb6c0
commit d19a6ef983
2 changed files with 16 additions and 11 deletions

View file

@ -0,0 +1,10 @@
[
{
"name":"firefox5",
"path":"/Applications/Firefox.app",
},
{
"name":"firefox6",
"path":"/Users/sayrer/firefoxen/Aurora.app",
}
]