1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Provide only one browser manifest example

This commit is contained in:
Tim van der Meij 2015-04-03 21:21:54 +02:00
parent 32cc021f31
commit 50573b82a3
5 changed files with 15 additions and 39 deletions

View file

@ -0,0 +1,10 @@
[
{
"name": "Firefox",
"path": "/path/to/firefox/executable"
},
{
"name": "Chrome",
"path": "/path/to/chrome/executable"
}
]

View file

@ -1,10 +0,0 @@
[
{
"name":"firefox7",
"path":"/home/sayrer/firefoxen/nightly/firefox"
},
{
"name":"chrome14",
"path":"/opt/google/chrome/chrome"
}
]

View file

@ -1,14 +0,0 @@
[
{
"name":"firefox5",
"path":"/Applications/Firefox.app"
},
{
"name":"firefox6",
"path":"/Applications/FirefoxAurora.app"
},
{
"name":"chrome14",
"path":"/Applications/Google Chrome.app"
}
]

View file

@ -1,10 +0,0 @@
[
{
"name":"firefox",
"path":"C:/Program Files (x86)/Firefox/firefox.exe"
},
{
"name":"aurora",
"path":"C:/Program Files (x86)/Aurora/firefox.exe"
}
]