tamperchrome icon indicating copy to clipboard operation
tamperchrome copied to clipboard

port to mv3

Open liao02x opened this issue 2 years ago • 0 comments

Purpose of this PR: move away from manifest v2(which is out of support soon) to manifest v3

Main changes:

  • Replace window apis with chrome apis because window is not accessible from mv3 service worker
    • Replace window.open with chrome.windows.create
    • Port communication system from window messages to long time connections

liao02x avatar May 06 '22 06:05 liao02x