From ddd8cd2bf90bb79f34c15ffc47bc0190bfe224ec Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Wed, 30 Mar 2022 16:59:51 +0200 Subject: [PATCH] moved popup to src folder --- .gitignore | 1 + manifest.json | 2 +- popup.html => src/popup.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename popup.html => src/popup.html (94%) diff --git a/.gitignore b/.gitignore index e1bab70..7fbc401 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.xcf +*.zip .vscode/ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 993cb8a..09bc8c5 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "manifest_version": 3, "action": { - "default_popup": "popup.html" + "default_popup": "src/popup.html" }, "content_scripts": [ { diff --git a/popup.html b/src/popup.html similarity index 94% rename from popup.html rename to src/popup.html index e0b55f4..f0e235f 100644 --- a/popup.html +++ b/src/popup.html @@ -1,7 +1,7 @@ - +
@@ -57,6 +57,6 @@ Source Code - + \ No newline at end of file