Skip to content

Commit

Permalink
Updated promo images
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed May 21, 2012
1 parent 1d89a5d commit 79d4d15
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:type>2</em:type> <!-- 2 : Extension -->
<em:id>[email protected]</em:id>
<em:version>2.1.0</em:version>
<em:version>2.1.1</em:version>

<!-- Any suitably modern toolkit application -->
<em:targetApplication>
Expand Down
11 changes: 2 additions & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"manifest_version": 2,
"name": "Markdown Here",
"version": "2.1.0",
"version": "2.1.4",
"description": "Write your email in Markdown, then make it pretty.",
"homepage_url": "https://chrome.google.com/webstore/detail/bonncgjadmfcadjlopgmclakggdgpdnm",
"minimum_chrome_version": "6",
"content_security_policy": "default-src 'self'",
"icons": {
"16": "common/images/icon16.png",
"32": "common/images/icon32.png",
Expand All @@ -14,12 +12,7 @@
"512": "common/images/icon512.png"
},
"permissions": ["contextMenus"],
"background": {"scripts": [
"common/jsHtmlToText.js",
"common/marked.js",
"common/github.css.js",
"common/markdown-render.js",
"chrome/backgroundscript.js"]},
"background_page": "chrome/background.html",
"content_scripts": [
{
"matches": ["<all_urls>"],
Expand Down
5 changes: 5 additions & 0 deletions store-assets/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ https://github.com/adam-p/markdown-here

Change Log

2011-05-21: v2.1.1

Fixed Chrome manifest. Using manifest version 2 worked in debug, but not when published to the Store.


2011-05-21: v2.1.0

Added Thunderbird support to Firefox extension.
Expand Down
Binary file added store-assets/markdown-here-promo-small.gimp.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 modified store-assets/markdown-here-promo-small.gimp.xcf
Binary file not shown.

0 comments on commit 79d4d15

Please sign in to comment.