diff --git a/mammoth.browser.min.js b/lib/mammoth.browser.min.js similarity index 100% rename from mammoth.browser.min.js rename to lib/mammoth.browser.min.js diff --git a/qrcode.min.js b/lib/qrcode.min.js similarity index 100% rename from qrcode.min.js rename to lib/qrcode.min.js diff --git a/manifest.json b/manifest.json index 89607b9..a3a10fb 100644 --- a/manifest.json +++ b/manifest.json @@ -9,15 +9,7 @@ "128": "icons/icon128.png" }, "action": { - "default_popup": "popup.html", - "default_icon": { - "16": "icons/icon16.png", - "48": "icons/icon48.png", - "128": "icons/icon128.png" - } + "default_popup": "src/html/popup.html" }, - "permissions": ["activeTab", "downloads"], - "content_security_policy": { - "extension_pages": "script-src 'self'; object-src 'self'" - } + "permissions": ["activeTab"] } \ No newline at end of file diff --git a/styles.css b/src/css/styles.css similarity index 100% rename from styles.css rename to src/css/styles.css diff --git a/popup.html b/src/html/popup.html similarity index 87% rename from popup.html rename to src/html/popup.html index 51f52d8..eb767b9 100644 --- a/popup.html +++ b/src/html/popup.html @@ -2,9 +2,9 @@ - - - + + +
@@ -44,6 +44,6 @@
- + \ No newline at end of file diff --git a/popup.js b/src/js/popup.js similarity index 100% rename from popup.js rename to src/js/popup.js