summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMatthew Olsson <matthewcolsson@gmail.com>2021-05-10 11:50:15 -0700
committerAndreas Kling <kling@serenityos.org>2021-05-18 16:35:23 +0200
commitf7ea1eb6101617e127605173deb381bee84e72e5 (patch)
tree5ce04823ae4676f53ccb198fdc09b40f592995b9 /Base
parent309105678b64839c671b6fa2450b500276692664 (diff)
downloadserenity-f7ea1eb6101617e127605173deb381bee84e72e5.zip
Applications: Add a very simple PDFViewer
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/.config/LaunchServer.ini1
-rw-r--r--Base/res/apps/PDFViewer.af4
-rw-r--r--Base/res/icons/16x16/app-pdf-viewer.pngbin0 -> 218 bytes
-rw-r--r--Base/res/icons/32x32/app-pdf-viewer.pngbin0 -> 257 bytes
4 files changed, 5 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini
index 87acdb03ac..afa150f254 100644
--- a/Base/home/anon/.config/LaunchServer.ini
+++ b/Base/home/anon/.config/LaunchServer.ini
@@ -16,6 +16,7 @@ txt=/bin/TextEditor
font=/bin/FontEditor
sheets=/bin/Spreadsheet
gml=/bin/Playground
+pdf=/bin/PDFViewer
*=/bin/TextEditor
[Protocol]
diff --git a/Base/res/apps/PDFViewer.af b/Base/res/apps/PDFViewer.af
new file mode 100644
index 0000000000..03e79885a3
--- /dev/null
+++ b/Base/res/apps/PDFViewer.af
@@ -0,0 +1,4 @@
+[App]
+Name=PDFViewer
+Executable=/bin/PDFViewer
+Category=Graphics
diff --git a/Base/res/icons/16x16/app-pdf-viewer.png b/Base/res/icons/16x16/app-pdf-viewer.png
new file mode 100644
index 0000000000..830412e82c
--- /dev/null
+++ b/Base/res/icons/16x16/app-pdf-viewer.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-pdf-viewer.png b/Base/res/icons/32x32/app-pdf-viewer.png
new file mode 100644
index 0000000000..adaca4f2f2
--- /dev/null
+++ b/Base/res/icons/32x32/app-pdf-viewer.png
Binary files differ