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 @@
- +