We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9005 commit f36b59cCopy full SHA for f36b59c
manifest.json
@@ -1,14 +1,14 @@
1
{
2
"name":"Gist Markdown Preview",
3
- "version":"1.0.2",
+ "version":"1.0.3",
4
"description":"helps to preview the markdown while creating a markdown gist",
5
"manifest_version": 2,
6
"icons":{
7
"16":"img/gist16.png",
8
"48":"img/gist48.png",
9
"128":"img/gist128.png"
10
},
11
- "homepage_url":"http://blog.revathskumar.com",
+ "homepage_url":"https://github.com/revathskumar/gist-markdown-preview",
12
"content_scripts": [{
13
"matches": [
14
"https://gist.github.com/",
0 commit comments