Skip to content

Commit b2ae50d

Browse files
authored
Merge pull request #132 from vedansh-5/manifest
manifest changes
2 parents 519366f + 2077685 commit b2ae50d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "scrum_helper_extension",
2+
"name": "scrum-helper",
33
"version": "1.0.0",
4-
"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.",
4+
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/fossasia/scrum_helper.git"
@@ -16,8 +16,8 @@
1616
"google groups",
1717
"fossasia"
1818
],
19-
"author": "hkedia321",
20-
"license": "ISC",
19+
"author": "FOSSASIA",
20+
"license": "LGPL-2.1",
2121
"bugs": {
2222
"url": "https://github.com/fossasia/scrum_helper/issues"
2323
},

src/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"manifest_version": 3,
33
"name": "Scrum Helper",
44
"version": "1.0",
5-
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity",
5+
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.",
66
"action": {
77
"default_popup": "popup.html",
8-
"default_title": "SCRUM Helper"
8+
"default_title": "Scrum Helper"
99
},
1010
"icons": {
1111
"96": "icons/icon.png",
@@ -45,7 +45,6 @@
4545
"notifications"
4646
],
4747
"host_permissions": [
48-
"<all_urls>",
4948
"*://*.google.com/*",
5049
"*://*.outlook.live.com/*",
5150
"*://*.office.com/*",

0 commit comments

Comments
 (0)