From 1f948e4c1a9a9f090eff2de798cf8c72b3e10d3b Mon Sep 17 00:00:00 2001 From: arakilian0 Date: Sun, 12 Dec 2021 11:16:16 -0800 Subject: [PATCH] Release v0.1.0 A minimally solid boilerplate for a Chromium Extension. --- manifest.json | 2 +- src/index.html | 115 ++++++++++++++++++++++-------------------------- src/index.js | 10 ----- src/index2.html | 67 ---------------------------- 4 files changed, 54 insertions(+), 140 deletions(-) delete mode 100644 src/index.js delete mode 100644 src/index2.html diff --git a/manifest.json b/manifest.json index 2ffbd99..2233bf2 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 2, "description": "...", "browser_action": { - "default_popup": "src/index2.html" + "default_popup": "src/index.html" }, "permissions": [ "activeTab", diff --git a/src/index.html b/src/index.html index ad55bef..bcc718c 100644 --- a/src/index.html +++ b/src/index.html @@ -1,76 +1,67 @@ + - - - + SnipX - - - - + + + + + - - - - - + - - - - - -
- SnipX -
- toggle_on - toggle_off - light_mode - dark_mode - account_circle + + + + - - -
-
-
- -
- visibility - visibility_off - lock - no_encryption + + + + + +
+
+
+
+ +
+ ... + ... +
+ ... +
+
+ Clear + Save
- -
-
- -
- - - - - - -
- - -
-
Settings
-
+ + +
+ + +
+
+

Settings

+
+
+ \ No newline at end of file diff --git a/src/index.js b/src/index.js deleted file mode 100644 index 1387412..0000000 --- a/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import './js/InsertURL.js' -import './js/FileToggle.js' -import './js/FileLockToggle.js' -import './js/FileVisibilityToggle.js' -import './js/InsertPage.js' -import './js/ThemeToggle.js' -import './js/SettingsOpen.js' -import './js/SettingsClose.js' -import './js/ApplicationToggle.js' -import './js/FileClear.js' diff --git a/src/index2.html b/src/index2.html deleted file mode 100644 index bcc718c..0000000 --- a/src/index2.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - SnipX - - - - - - - - - - - - - - - - - - - -
-
-
-
- -
- ... - ... -
- ... -
-
- Clear - Save -
-
-
- - -
- - -
-
-

Settings

-
-
- - - \ No newline at end of file