summaryrefslogtreecommitdiff
path: root/Base/res
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/res
parent309105678b64839c671b6fa2450b500276692664 (diff)
downloadserenity-f7ea1eb6101617e127605173deb381bee84e72e5.zip
Applications: Add a very simple PDFViewer
Diffstat (limited to 'Base/res')
-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
3 files changed, 4 insertions, 0 deletions
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