We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9a775 commit e6a7f88Copy full SHA for e6a7f88
src/components/Popup/EntryComponent.vue
@@ -148,7 +148,7 @@ export default Vue.extend({
148
);
149
},
150
getFaviconUrl(u: string) {
151
- // for MV3
+ // TODO: Switch to commented out implementation when MV3
152
// const url = new URL(chrome.runtime.getURL("/_favicon/"));
153
// url.searchParams.set("pageUrl", "https://" + u);
154
// url.searchParams.set("size", "16");
0 commit comments