Skip to content

Commit 87b1e6f

Browse files
author
Keith Robertson
committed
Version 1.0.1 for plugin acceptance
1 parent af47cfe commit 87b1e6f

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Markdown (.md) file viewer [WebExtension](https://developer.mozilla.org/en-US/Ad
55
* Run `build.bat` (Windows) or `build.sh` (Linux)
66
* Uses [web-ext](https://github.com/mozilla/web-ext/) which requires [nodejs](https://nodejs.org/) with npm.
77

8-
Firefox won't install the generated .zip unless it's signed by Mozilla; you have to test from the staging folder.
9-
10-
## Testing
8+
## Test
9+
* (Firefox won't install the generated .zip unless it's signed by Mozilla; you can test from the staging folder.)
1110
* Navigate to the staging folder and run `web-ext run`.
1211
* Or install `staging/manifest.json` [temporarily in Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).

lib/sss/sss.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ body {
33
font-family: 'Segoe UI', 'Lucida Grande', Helvetica, sans-serif;
44
line-height: 1.5;
55
margin: 2em;
6-
//max-width: 800px; // Ick
76
}
87

98
h1, h2, h3, h4, h5, h6 {

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"manifest_version": 2,
3-
"name": "markdown-viewer",
4-
"version": "1.0",
5-
"description": "Displays markdown documents beautified.",
3+
"name": "markdown-viewer-webext",
4+
"version": "1.0.1",
65
"homepage_url": "https://github.com/KeithLRobertson/markdown-viewer",
6+
"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.",
77

88
"permissions": [
99
"activeTab", "tabs", "<all_urls>"

test/MarkdownSample.PNG

88.3 KB
Loading

0 commit comments

Comments
 (0)