We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5576229 commit 477645bCopy full SHA for 477645b
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "GitX- Private notes for open source projects",
3
"short_name": "GitX",
4
- "version": "0.0.26",
+ "version": "1.0.0",
5
"manifest_version": 2,
6
"description": "Chrome extension for adding private notes in Github",
7
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
@@ -26,6 +26,7 @@
26
"matches": [
27
"https://github.com/*",
28
"https://gitextended.herokuapp.com/*",
29
+ "https://gitx-app.herokuapp.com/*",
30
"https://gitxapp.com/*"
31
],
32
"js": ["main.js"]
package.json
@@ -1,6 +1,6 @@
"name": "GitX",
"license": "MIT",
"description": "Chrome extension for adding private comments in Github",
"main": "webpack.config.js",
0 commit comments