We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08fd54 commit ecfe0aaCopy full SHA for ecfe0aa
composables/useBrowserExtensions.ts
@@ -5,7 +5,7 @@ export const useBrowserExtensions = () => {
5
const edgeUrl = 'https://microsoftedge.microsoft.com/addons/detail/lnfifinboijcjoalhfiaelocbipmfbje'
6
const firefoxUrl = 'https://addons.mozilla.org/en-US/firefox/addon/%E5%85%AC%E4%BC%97%E5%8F%B7%E6%96%87%E7%AB%A0%E7%BC%96%E8%BE%91%E5%99%A8/'
7
8
- const chromeInstalls = ref(850)
+ const chromeInstalls = ref(860)
9
const edgeInstalls = ref(1000)
10
const firefoxInstalls = ref(70)
11
0 commit comments