Skip to content

Commit

Permalink
Version 1.0.1 for plugin acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Robertson committed Jul 3, 2017
1 parent af47cfe commit 87b1e6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Markdown (.md) file viewer [WebExtension](https://developer.mozilla.org/en-US/Ad
* Run `build.bat` (Windows) or `build.sh` (Linux)
* Uses [web-ext](https://github.com/mozilla/web-ext/) which requires [nodejs](https://nodejs.org/) with npm.

Firefox won't install the generated .zip unless it's signed by Mozilla; you have to test from the staging folder.

## Testing
## Test
* (Firefox won't install the generated .zip unless it's signed by Mozilla; you can test from the staging folder.)
* Navigate to the staging folder and run `web-ext run`.
* Or install `staging/manifest.json` [temporarily in Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).
1 change: 0 additions & 1 deletion lib/sss/sss.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ body {
font-family: 'Segoe UI', 'Lucida Grande', Helvetica, sans-serif;
line-height: 1.5;
margin: 2em;
//max-width: 800px; // Ick
}

h1, h2, h3, h4, h5, h6 {
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "markdown-viewer",
"version": "1.0",
"description": "Displays markdown documents beautified.",
"name": "markdown-viewer-webext",
"version": "1.0.1",
"homepage_url": "https://github.com/KeithLRobertson/markdown-viewer",
"description": "Displays markdown documents beautified.\n\nMarkdown is a lightweight markup language which uses plain text to describe formatting information, such as # Heading, 1. numbered list, *bold*, etc. This add-on identifies markdown documents by the extension in the URL (.md, .markdown, etc.). When you navigate to a markdown document, if the content is plain text, this add-on formats it into HTML (with headings, bold text, etc.) as described in the document and displays it directly in your browser.\n\nA markdown document can contain Unicode characters, but it must begin with a Byte Order Marker for those characters to display correctly.",

"permissions": [
"activeTab", "tabs", "<all_urls>"
Expand Down
Binary file added test/MarkdownSample.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87b1e6f

Please sign in to comment.