]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/commit
popup: move prompt from background page to popup page
authorMike Frysinger <vapier@gentoo.org>
Fri, 7 Oct 2022 16:15:45 +0000 (22:00 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 7 Oct 2022 16:15:45 +0000 (22:00 +0545)
commita3c71eebbda67bf92f5f419dc39f76df1d27835b
tree5ed24650561504204479d93321063031b6f27ae9
parentc930a5d63083025d1ffe5dc29b08583b9ff44049
popup: move prompt from background page to popup page

MV3 will change the background page to a service worker who doesn't
have access to any UI, so we have to use the popup page for that.
javascript/clearhistory.js
javascript/popup.js [new file with mode: 0644]
manifest.files
manifest.json
views/popup.html [new file with mode: 0644]