diff --git a/package.json b/package.json index 5d3cd51..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" @@ -16,8 +16,8 @@ "google groups", "fossasia" ], - "author": "hkedia321", - "license": "ISC", + "author": "FOSSASIA", + "license": "LGPL-2.1", "bugs": { "url": "https://github.com/fossasia/scrum_helper/issues" }, diff --git a/src/manifest.json b/src/manifest.json index 21a1ca2..80dc5a0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,10 +2,10 @@ "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" + "default_title": "Scrum Helper" }, "icons": { "96": "icons/icon.png", @@ -45,7 +45,6 @@ "notifications" ], "host_permissions": [ - "", "*://*.google.com/*", "*://*.outlook.live.com/*", "*://*.office.com/*",