Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 Clipper",
"default_icon": {
Comment thread
aanchalbhansali marked this conversation as resolved.
"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 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 Clipper",
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
Expand Down