From da5af2e4143bd00e8b1a1742e7068c7014f69df9 Mon Sep 17 00:00:00 2001 From: Vedansh Saini <77830698+vedansh-5@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:37:51 +0530 Subject: [PATCH 1/2] manifest changes Signed-off-by: Vedansh Saini <77830698+vedansh-5@users.noreply.github.com> --- package.json | 2 +- src/manifest.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d3cd51..7662e5a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "google groups", "fossasia" ], - "author": "hkedia321", + "author": "FOSSASIA", "license": "ISC", "bugs": { "url": "https://github.com/fossasia/scrum_helper/issues" diff --git a/src/manifest.json b/src/manifest.json index 21a1ca2..ed26219 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,7 @@ "description": "This extension simplifies writing development reports by auto-filling content based on your Git activity", "action": { "default_popup": "popup.html", - "default_title": "SCRUM Helper" + "default_title": "Scrum Helper" }, "icons": { "96": "icons/icon.png", @@ -45,7 +45,6 @@ "notifications" ], "host_permissions": [ - "", "*://*.google.com/*", "*://*.outlook.live.com/*", "*://*.office.com/*", From 207768504b00de64af50873d10ab16a4578b9929 Mon Sep 17 00:00:00 2001 From: Vedansh Saini <77830698+vedansh-5@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:58:27 +0530 Subject: [PATCH 2/2] rebase and license change Signed-off-by: Vedansh Saini <77830698+vedansh-5@users.noreply.github.com> --- package.json | 6 +++--- src/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7662e5a..2dbe774 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "scrum_helper_extension", + "name": "scrum-helper", "version": "1.0.0", - "description": "This extension helps in writing Scrums in google groups, particularly related to FOSSASIA. It converts a link to a github PR or an Issue to display the PR or the Issue's name along with the link to it.", + "description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.", "repository": { "type": "git", "url": "git+https://github.com/fossasia/scrum_helper.git" @@ -17,7 +17,7 @@ "fossasia" ], "author": "FOSSASIA", - "license": "ISC", + "license": "LGPL-2.1", "bugs": { "url": "https://github.com/fossasia/scrum_helper/issues" }, diff --git a/src/manifest.json b/src/manifest.json index ed26219..80dc5a0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Scrum Helper", "version": "1.0", - "description": "This extension simplifies writing development reports by auto-filling content based on your Git activity", + "description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.", "action": { "default_popup": "popup.html", "default_title": "Scrum Helper"