Skip to content

Commit 37944ac

Browse files
committed
Update resources and add utm source
1 parent 92c4088 commit 37944ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"message": "Try our new extension Clean Youtube"
382382
},
383383
"cleanYoutube_description": {
384-
"message": "Would like to hide shorts, recommended videos, comments on YouTube?"
384+
"message": "Would you like to hide shorts, recommended videos, comments on YouTube?"
385385
},
386386
"cleanYoutube_description2": {
387387
"message": "Clean Youtube is a YouTube™ content blocker."

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
44
"short_name": "Web Tracker",
5-
"version": "2.1.2",
5+
"version": "2.1.3",
66
"description": "__MSG_extDescription__",
77
"options_page": "src/dashboard.html",
88
"default_locale": "en",

src/utils/chrome-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const CHROME_STORE_REVIEW_URL = `https://chromewebstore.google.com/detail/web-activity-time-tracker/${__APP_ID__}/reviews`;
22
export const CHROME_STORE_SUPPORT_URL = `https://chromewebstore.google.com/detail/web-activity-time-tracker/${__APP_ID__}/support`;
33
export const CHROME_STORE_CLEAR_YOUTUBE_URL =
4-
'https://chromewebstore.google.com/detail/clean-youtube-update-yout/kalhfjomailhflienkfajocjodgjipie';
4+
'https://chromewebstore.google.com/detail/clean-youtube-update-yout/kalhfjomailhflienkfajocjodgjipie?utm_source=watt';

0 commit comments

Comments
 (0)