Skip to content

Commit

Permalink
Merge pull request #25 from funktechno/v/0.0.7
Browse files Browse the repository at this point in the history
V/0.0.7: add firefox urls
  • Loading branch information
lastlink authored Nov 1, 2019
2 parents ee2d80b + 165397e commit df6b399
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- [Simple](https://chrome.google.com/webstore/detail/git-kanban-enhanced/ehoibkdpdgjcjnnalkbiidajafoimnaa)
- [Self Hosted](https://chrome.google.com/webstore/detail/ambmbdjjhloinbjadfgfmenihmfmahmk)
- Firefox (pending)
- [Simple](https://addons.mozilla.org/en-US/developers/addon/git-kanban-enhanced)
- [Self Hosted](https://addons.mozilla.org/en-US/developers/addon/git-kanban-enhanced-selfhosted)

## getting started (development)

Expand Down
4 changes: 2 additions & 2 deletions src/manifest-custom.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Git Kanban Enhanced Self Hosted",
"short_name": "GKESH",
"version": "0.0.4",
"version": "0.0.7",
"description": "Kanban extensions for self hosted github, gitlab, bitbucket, and gitea",
"author": "http://github.com/lastlink",
"manifest_version": 2,
"icons": { "16": "icons/16.png", "128": "icons/128.png" },
"homepage_url": "https://github.com/funktechno/git-kanban-enhanced-extension",
"applications": {
"gecko": {
"id": "git-kanban-enhanced-extension@funktechno.com"
"id": "git-kanban-enhanced-selfhosted@funktechno.com"
}
},
"permissions": ["<all_urls>", "contextMenus", "storage", "webNavigation"],
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage_url": "https://github.com/funktechno/git-kanban-enhanced-extension",
"applications": {
"gecko": {
"id": "git-kanban-enhanced-extension@funktechno.com"
"id": "[email protected]"
}
},
"permissions": ["*://github.com/*", "*://bitbucket.org/*", "*://gitlab.com/*", "*://gitea.com/*", "contextMenus", "storage", "webNavigation"],
Expand Down

0 comments on commit df6b399

Please sign in to comment.