From 531ebe8131c4f4ebecc94759a81e758114c49900 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 14 Aug 2021 13:51:34 +0200 Subject: [PATCH] Init --- index.html | 41 +++++++++++++++++++++++++++++++++++++++++ manifest copy.json | 13 +++++++++++++ manifest.json | 13 +++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 index.html create mode 100644 manifest copy.json create mode 100644 manifest.json diff --git a/index.html b/index.html new file mode 100644 index 0000000..7acad20 --- /dev/null +++ b/index.html @@ -0,0 +1,41 @@ + + + + + + + + LinkyLinky + + + + + +

LinkyLinky

+ +
+
+
+ +
+ + https://kauf.es/ + + +
+
+
+
+ + + + \ No newline at end of file diff --git a/manifest copy.json b/manifest copy.json new file mode 100644 index 0000000..95654f7 --- /dev/null +++ b/manifest copy.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 2, + "name": "LinkyLinky", + "version": "0.0.1", + "description": "A simple url shortener", + "short_name": "LinkyLinky", + "permissions": [ + "activeTab" + ], + "browser_action": { + "default_popup": "index.html" + } +} \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..95654f7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 2, + "name": "LinkyLinky", + "version": "0.0.1", + "description": "A simple url shortener", + "short_name": "LinkyLinky", + "permissions": [ + "activeTab" + ], + "browser_action": { + "default_popup": "index.html" + } +} \ No newline at end of file