mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Applications: Add a very simple PDFViewer
This commit is contained in:
parent
309105678b
commit
f7ea1eb610
13 changed files with 264 additions and 18 deletions
|
@ -16,6 +16,7 @@ txt=/bin/TextEditor
|
|||
font=/bin/FontEditor
|
||||
sheets=/bin/Spreadsheet
|
||||
gml=/bin/Playground
|
||||
pdf=/bin/PDFViewer
|
||||
*=/bin/TextEditor
|
||||
|
||||
[Protocol]
|
||||
|
|
4
Base/res/apps/PDFViewer.af
Normal file
4
Base/res/apps/PDFViewer.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=PDFViewer
|
||||
Executable=/bin/PDFViewer
|
||||
Category=Graphics
|
BIN
Base/res/icons/16x16/app-pdf-viewer.png
Normal file
BIN
Base/res/icons/16x16/app-pdf-viewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 B |
BIN
Base/res/icons/32x32/app-pdf-viewer.png
Normal file
BIN
Base/res/icons/32x32/app-pdf-viewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 B |
Loading…
Add table
Add a link
Reference in a new issue