Skip to content

Commit 84b422a

Browse files
authored
Merge pull request #94 from fahad-israr/browser-extension
2 parents 8f76cb0 + 6cb0c4f commit 84b422a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
starfish.iml
33
installer/osx/starfix.app
4+
.DS_Store

browser-extension/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Starfix",
55
"version": "1.0",
6-
"description": "Utility Extension for Starfix.It Intends to add an \"Open in IDE\" button on Github.Easily Configurable to chose between cloning Protocols viz HTTPS and SSH",
6+
"description": "Extension for Starfix. Adds an \"Open in IDE\" button on Github. Supports easy switching b/w cloning Protocols viz HTTPS and SSH",
77
"author": "Fahad Israr",
88
"icons": { "16": "starfix_icon.png",
99
"32": "starfix_icon.png",
@@ -14,8 +14,7 @@
1414
"open_in_tab": false
1515
},
1616
"permissions": [
17-
"storage",
18-
"tabs"
17+
"storage"
1918
],
2019
"content_scripts": [{
2120
"css": ["styles.css"],

0 commit comments

Comments
 (0)