Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"indent_size": 4,
"indent_char": " ",
"eol": "\n",
"indent_level": 0,
"indent_with_tabs": true,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"space_after_anon_function": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": false,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4,
"end_with_newline": false
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GitHub Extension Installer - Mozilla Extension

This Add-On allows you to install browser extensions straight from GitHub Repositories, the only requirement in the current version is that the extension files are placed in the root of the repo. If that is the case (ie, a install.rdf file is found there), a new button will be added in the right-bottom side of the page as shown in the next screenshot.

![SS](https://addons.cdn.mozilla.net/img/uploads/previews/full/113/113974.png?modified=1380155370)
![GitHub Extension Installer Screenshot](https://addons.cdn.mozilla.net/user-media/previews/full/113/113974.png)

**Please note the installation is performed in the background, there won't be a confirmation dialog**, you'll just get a notification indicating whether the installation succeed or failed.

Expand Down
Loading