We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff45db2 commit 23003e7Copy full SHA for 23003e7
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name":"Gist Markdown Preview",
3
- "version":"1.0.4",
+ "version":"2.0.1",
4
"description":"helps to preview the markdown while creating a markdown gist",
5
"manifest_version": 2,
6
"icons":{
@@ -12,7 +12,7 @@
12
"content_scripts": [{
13
"matches": [
14
"https://gist.github.com/",
15
- "https://gist.github.com/gists/*/edit"
+ "https://gist.github.com/*/*/edit"
16
],
17
"js": [
18
"js/marked.js",
0 commit comments