mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add sample browser manifest for Linux.
This commit is contained in:
parent
d5ef6e1b05
commit
6e82ccd073
1 changed files with 10 additions and 0 deletions
10
test/resources/browser_manifests/browser_manifest.json.linux
Normal file
10
test/resources/browser_manifests/browser_manifest.json.linux
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name":"firefox7",
|
||||
"path":"/home/sayrer/firefoxen/nightly/firefox"
|
||||
},
|
||||
{
|
||||
"name":"chrome14",
|
||||
"path":"/opt/google/chrome/chrome"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue