Skip to content

manifest changes #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
},
Expand Down
5 changes: 2 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -45,7 +45,6 @@
"notifications"
],
"host_permissions": [
"<all_urls>",
"*://*.google.com/*",
"*://*.outlook.live.com/*",
"*://*.office.com/*",
Expand Down