mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge pull request #308 from kkujala/master
Create an example browser_manifest.json for windows.
This commit is contained in:
commit
ad02c82f6a
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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