Skip to content

Commit 7487c29

Browse files
authored
Merge pull request #67 from OneNoteDev/bug/unit-test-fix
Add in the default settings for the ratings prompt
2 parents 56bed98 + 28c6528 commit 7487c29

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/settings/default.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,41 @@
125125
"App_Id": {
126126
"Description": "For identifying the Clipper during interaction with external services",
127127
"Value": "OneNote Clipper OSS"
128+
},
129+
"LogCategory_RatingsPrompt": {
130+
"Description": "OFeedback log category for the ratings prompt feature",
131+
"Value": "OneNoteClipperRatingsPrompt"
132+
},
133+
"Bookmarklet_RatingsEnabled": {
134+
"Description": "If true, ratings prompt will be enabled for the bookmarklet",
135+
"Value": "false"
136+
},
137+
"ChromeExtension_RatingsEnabled": {
138+
"Description": "If true, ratings prompt will be enabled for the Chrome extension",
139+
"Value": "false"
140+
},
141+
"EdgeExtension_RatingsEnabled": {
142+
"Description": "If true, ratings prompt will be enabled for the Edge extension",
143+
"Value": "false"
144+
},
145+
"FirefoxExtension_RatingsEnabled": {
146+
"Description": "If true, ratings prompt will be enabled for the Firefox extension",
147+
"Value": "false"
148+
},
149+
"SafariExtension_RatingsEnabled": {
150+
"Description": "If true, ratings prompt will be enabled for the Safari extension",
151+
"Value": "false"
152+
},
153+
"ChromeExtension_RatingUrl": {
154+
"Description": "URL for the Web Clipper in the Chrome Web Store; used to direct users to leave ratings and reviews",
155+
"Value": "https://chrome.google.com/webstore/detail/onenote-web-clipper/gojbdfnpnhogfdgjbigejoaolejmgdhk/reviews"
156+
},
157+
"EdgeExtension_RatingUrl": {
158+
"Description": "URL for the Web Clipper in the Windows Store; used to direct users to leave ratings and reviews",
159+
"Value": "https://www.microsoft.com/en-us/store/p/onenote-web-clipper/9nblggh4r01n#ratings-reviews"
160+
},
161+
"FirefoxExtension_RatingUrl": {
162+
"Description": "URL for the Web Clipper in Firefox Add-ons; used to direct users to leave ratings and reviews",
163+
"Value": ""
128164
}
129165
}

0 commit comments

Comments
 (0)