Skip to content

Commit 23003e7

Browse files
committed
update manifest for new version
1 parent ff45db2 commit 23003e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"Gist Markdown Preview",
3-
"version":"1.0.4",
3+
"version":"2.0.1",
44
"description":"helps to preview the markdown while creating a markdown gist",
55
"manifest_version": 2,
66
"icons":{
@@ -12,7 +12,7 @@
1212
"content_scripts": [{
1313
"matches": [
1414
"https://gist.github.com/",
15-
"https://gist.github.com/gists/*/edit"
15+
"https://gist.github.com/*/*/edit"
1616
],
1717
"js": [
1818
"js/marked.js",

0 commit comments

Comments
 (0)