From f7ea1eb6101617e127605173deb381bee84e72e5 Mon Sep 17 00:00:00 2001 From: Matthew Olsson Date: Mon, 10 May 2021 11:50:15 -0700 Subject: Applications: Add a very simple PDFViewer --- Base/home/anon/.config/LaunchServer.ini | 1 + Base/res/apps/PDFViewer.af | 4 ++++ Base/res/icons/16x16/app-pdf-viewer.png | Bin 0 -> 218 bytes Base/res/icons/32x32/app-pdf-viewer.png | Bin 0 -> 257 bytes 4 files changed, 5 insertions(+) create mode 100644 Base/res/apps/PDFViewer.af create mode 100644 Base/res/icons/16x16/app-pdf-viewer.png create mode 100644 Base/res/icons/32x32/app-pdf-viewer.png (limited to 'Base') 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 Binary files /dev/null and b/Base/res/icons/16x16/app-pdf-viewer.png 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 Binary files /dev/null and b/Base/res/icons/32x32/app-pdf-viewer.png differ -- cgit v1.2.3