From d5837fa418509b8edac38130287ca051c15cd57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Wed, 11 Mar 2020 19:26:56 +0100 Subject: [PATCH] Move all file to a src/ subfolder to allow signing with web-ext --- {button => src/button}/19.png | Bin {button => src/button}/19_green.png | Bin {button => src/button}/19_red.png | Bin {button => src/button}/38.png | Bin {button => src/button}/38_green.png | Bin {button => src/button}/38_red.png | Bin {content_scripts => src/content_scripts}/uCookie.js | 0 manifest.json => src/manifest.json | 0 {popup => src/popup}/IAB_CMP_list_full.js | 0 {popup => src/popup}/lib.js | 0 {popup => src/popup}/popup.js | 0 {popup => src/popup}/popup_monitor.js | 0 {popup => src/popup}/ucookie.css | 0 {popup => src/popup}/ucookie.html | 0 {popup => src/popup}/vendorlist.js | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {button => src/button}/19.png (100%) rename {button => src/button}/19_green.png (100%) rename {button => src/button}/19_red.png (100%) rename {button => src/button}/38.png (100%) rename {button => src/button}/38_green.png (100%) rename {button => src/button}/38_red.png (100%) rename {content_scripts => src/content_scripts}/uCookie.js (100%) rename manifest.json => src/manifest.json (100%) rename {popup => src/popup}/IAB_CMP_list_full.js (100%) rename {popup => src/popup}/lib.js (100%) rename {popup => src/popup}/popup.js (100%) rename {popup => src/popup}/popup_monitor.js (100%) rename {popup => src/popup}/ucookie.css (100%) rename {popup => src/popup}/ucookie.html (100%) rename {popup => src/popup}/vendorlist.js (100%) diff --git a/button/19.png b/src/button/19.png similarity index 100% rename from button/19.png rename to src/button/19.png diff --git a/button/19_green.png b/src/button/19_green.png similarity index 100% rename from button/19_green.png rename to src/button/19_green.png diff --git a/button/19_red.png b/src/button/19_red.png similarity index 100% rename from button/19_red.png rename to src/button/19_red.png diff --git a/button/38.png b/src/button/38.png similarity index 100% rename from button/38.png rename to src/button/38.png diff --git a/button/38_green.png b/src/button/38_green.png similarity index 100% rename from button/38_green.png rename to src/button/38_green.png diff --git a/button/38_red.png b/src/button/38_red.png similarity index 100% rename from button/38_red.png rename to src/button/38_red.png diff --git a/content_scripts/uCookie.js b/src/content_scripts/uCookie.js similarity index 100% rename from content_scripts/uCookie.js rename to src/content_scripts/uCookie.js diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/popup/IAB_CMP_list_full.js b/src/popup/IAB_CMP_list_full.js similarity index 100% rename from popup/IAB_CMP_list_full.js rename to src/popup/IAB_CMP_list_full.js diff --git a/popup/lib.js b/src/popup/lib.js similarity index 100% rename from popup/lib.js rename to src/popup/lib.js diff --git a/popup/popup.js b/src/popup/popup.js similarity index 100% rename from popup/popup.js rename to src/popup/popup.js diff --git a/popup/popup_monitor.js b/src/popup/popup_monitor.js similarity index 100% rename from popup/popup_monitor.js rename to src/popup/popup_monitor.js diff --git a/popup/ucookie.css b/src/popup/ucookie.css similarity index 100% rename from popup/ucookie.css rename to src/popup/ucookie.css diff --git a/popup/ucookie.html b/src/popup/ucookie.html similarity index 100% rename from popup/ucookie.html rename to src/popup/ucookie.html diff --git a/popup/vendorlist.js b/src/popup/vendorlist.js similarity index 100% rename from popup/vendorlist.js rename to src/popup/vendorlist.js