From 0ec23feee99b9f3df15c6a5405547b78c3e23b0b Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sat, 31 Aug 2019 16:23:50 +0200 Subject: [PATCH] Add basic README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9447cde --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Tabs + +Tabs is an electron app that lets you easily turn any webpage into a "desktop app". We call each of this "apps" `Services`. + +You can add multiple Services to a single window and easily switch between them with the navigation bar, like persistent tabs in a web browser. + +You can navigate inside the focused service using the navigation buttons (previous page, next page). + +## Contributing + +Pending license