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:
parent
32cc021f31
commit
50573b82a3
5 changed files with 15 additions and 39 deletions
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name": "Firefox",
|
||||
"path": "/path/to/firefox/executable"
|
||||
},
|
||||
{
|
||||
"name": "Chrome",
|
||||
"path": "/path/to/chrome/executable"
|
||||
}
|
||||
]
|
|
@ -1,10 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name":"firefox7",
|
||||
"path":"/home/sayrer/firefoxen/nightly/firefox"
|
||||
},
|
||||
{
|
||||
"name":"chrome14",
|
||||
"path":"/opt/google/chrome/chrome"
|
||||
}
|
||||
]
|
|
@ -1,14 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name":"firefox5",
|
||||
"path":"/Applications/Firefox.app"
|
||||
},
|
||||
{
|
||||
"name":"firefox6",
|
||||
"path":"/Applications/FirefoxAurora.app"
|
||||
},
|
||||
{
|
||||
"name":"chrome14",
|
||||
"path":"/Applications/Google Chrome.app"
|
||||
}
|
||||
]
|
|
@ -1,10 +0,0 @@
|
|||
[
|
||||
{
|
||||
"name":"firefox",
|
||||
"path":"C:/Program Files (x86)/Firefox/firefox.exe"
|
||||
},
|
||||
{
|
||||
"name":"aurora",
|
||||
"path":"C:/Program Files (x86)/Aurora/firefox.exe"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue