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