Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scripts/extensions/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"256": "icons/icon-256.png"
},
"action": {
"default_title": "Clip to OneNote",
"default_title": "OneNote Web Clipper",
"default_icon": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KethanaReddy7 Let's make it to OneNote Web Clipper.

Also, upload the video of its announcement in the installed extensions list.

"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},

"action": {
"default_title": "Clip to OneNote",
"default_title": "OneNote Web Clipper",
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"content_security_policy": "script-src 'self'; object-src 'self'",

"browser_action": {
"default_title": "Clip to OneNote",
"default_title": "OneNote Web Clipper",
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
Expand Down
Loading