From 0c0d5058615ec7f210accbb433063d86fbfb5c1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:48:18 +0000 Subject: [PATCH 1/2] Initial plan From c295ee14c1ae6c391d4d0404a6dbcc78cd40e16e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:49:05 +0000 Subject: [PATCH 2/2] fix(a11y): Update default_title to "OneNote Web Clipper" in all manifests Co-authored-by: KethanaReddy7 <257986085+KethanaReddy7@users.noreply.github.com> --- src/scripts/extensions/chrome/manifest.json | 2 +- src/scripts/extensions/edge/manifest.json | 2 +- src/scripts/extensions/firefox/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/extensions/chrome/manifest.json b/src/scripts/extensions/chrome/manifest.json index 9f013996..c57ba943 100644 --- a/src/scripts/extensions/chrome/manifest.json +++ b/src/scripts/extensions/chrome/manifest.json @@ -61,7 +61,7 @@ "256": "icons/icon-256.png" }, "action": { - "default_title": "OneNote Clipper", + "default_title": "OneNote Web Clipper", "default_icon": { "19": "icons/icon-19.png", "38": "icons/icon-38.png" diff --git a/src/scripts/extensions/edge/manifest.json b/src/scripts/extensions/edge/manifest.json index 3b924050..0cb140d1 100644 --- a/src/scripts/extensions/edge/manifest.json +++ b/src/scripts/extensions/edge/manifest.json @@ -60,7 +60,7 @@ }, "action": { - "default_title": "OneNote Clipper", + "default_title": "OneNote Web Clipper", "default_icon": { "19": "icons/icon-19.png", "38": "icons/icon-38.png" diff --git a/src/scripts/extensions/firefox/manifest.json b/src/scripts/extensions/firefox/manifest.json index 6733aee8..34da500b 100644 --- a/src/scripts/extensions/firefox/manifest.json +++ b/src/scripts/extensions/firefox/manifest.json @@ -40,7 +40,7 @@ "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { - "default_title": "OneNote Clipper", + "default_title": "OneNote Web Clipper", "default_icon": { "19": "icons/icon-19.png", "38": "icons/icon-38.png"