Skip to content

Commit

Permalink
Disable self-hosting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed Apr 25, 2020
1 parent 8e149cd commit d899756
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/extension/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
13 changes: 7 additions & 6 deletions src/extension/generate-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ def main():
}

if args.browser == "firefox":
manifest["browser_specific_settings"] = {
"gecko": {
"id": "{ee416e00-528a-4b7b-a0d2-98bae198d30c}",
"update_url": ("https://quarchive.com/extension/gecko/updates.json"),
}
}
# Settings for self-hosting
# manifest["browser_specific_settings"] = {
# "gecko": {
# "id": "{ee416e00-528a-4b7b-a0d2-98bae198d30c}",
# "update_url": ("https://quarchive.com/extension/gecko/updates.json"),
# }
# }
manifest["options_ui"]["browser_style"] = True
else:
manifest["options_ui"]["chrome_style"] = True
Expand Down

0 comments on commit d899756

Please sign in to comment.