Skip to content

Commit

Permalink
added assets, support for .markdown files and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Smus committed Nov 15, 2011
1 parent 61d8be7 commit 0c35d3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file added images/1280x800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/440x280.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Markdown Preview",
"version": "0.2",
"version": "0.3",
"description": "Converts and previews markdown files (.md) to HTML right inside Chrome.",
"icons": {
"128": "images/icon.png",
Expand All @@ -9,7 +9,10 @@
},
"content_scripts": [
{
"matches": ["http://*/*.md*", "file://*/*.md"],
"matches": [
"http://*/*.md*", "file://*/*.md",
"http://*/*.markdown*", "file://*/*.markdown"
],
"js": ["showdown.js", "markdownify.js"]
}
],
Expand Down

0 comments on commit 0c35d3b

Please sign in to comment.