commit 531ebe8131c4f4ebecc94759a81e758114c49900 Author: Nicolai Ort Date: Sat Aug 14 13:51:34 2021 +0200 Init 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