Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update docs to include Firefox install link (#41)
Browse files Browse the repository at this point in the history
* Change remove instances of " for Chrome"

* Remove additional Chrome references

* Add fixes for Firefox

* Update changelog

* 3.4.0

* Update manifest.json

* Add Firefox links

* Fix min version

* add .0
  • Loading branch information
pkmnct authored Jan 20, 2021
1 parent 9a1c1e0 commit 4ea984a
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 34 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

# Robinhood Mint Sync

A Browser Extension that allows you to automatically sync your Robinhood portfolio balance with your Mint account. It will add the balance as a _collectible_ in Mint.
A browser extension that allows you to automatically sync your Robinhood portfolio balance with your Mint account. It will add the balance as a _collectible_ in Mint.

[View the project site](https://pkmnct.github.io/robinhood-mint-sync-chrome/)

## Installation

The extension is offered through the [Chrome Web Store](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo):

[<img src="https://raw.githubusercontent.com/pkmnct/robinhood-mint-sync-chrome/master/images/chrome-web-store.png" alt="Available in the Chrome Web Store" width="248" height="75">](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo)
[<img src="https://raw.githubusercontent.com/pkmnct/robinhood-mint-sync-chrome/master/images/chrome-web-store.png" alt="" width="248" height="75">](https://chrome.google.com/webstore/detail/robinhood-mint-integratio/mogflmdandlpjobbddhopcggkjoggpdo)

The extension is available through the [Firefox Browser Add-ons website](https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/):

[<img src="https://raw.githubusercontent.com/pkmnct/robinhood-mint-sync-chrome/master/images/firefox-button.png" alt="">](https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/)

## How to use the Extension

Expand Down
40 changes: 28 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ <h1>Robinhood Mint Sync</h1>
<p>Add your Robinhood portfolio value to Mint automatically.</p>
<ul class="actions special">
<li>
<a href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo" class="button">Add to Chrome</a>
<a href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo" class="button">Add to Chrome/Edge</a>
</li>
<li>
<a href="https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/" class="button">Add to Firefox</a>
</li>
</ul>
</header>
Expand All @@ -43,17 +46,30 @@ <h1>Robinhood Mint Sync</h1>
<header class="major">
<h2>Installation</h2>
</header>
<a style="border: none" href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo"
><img src="images/chrome-web-store.png" style="width: 300px; max-width: 100%" alt="Available in the Chrome Web Store badge"
/></a>
<p>The extension is offered thorugh the Chrome Web Store.</p>
<ul class="actions">
<li>
<a href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo" class="button primary"
>Add to Chrome</a
>
</li>
</ul>
<div class="install-source">
<a style="border: none" href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo"
><img src="images/chrome-web-store.png" style="width: 300px; max-width: 100%" alt=""
/></a>
<p>The extension is offered through the Chrome Web Store.</p>
<ul class="actions">
<li>
<a href="https://chrome.google.com/webstore/detail/robinhood-mint-sync-for-c/mogflmdandlpjobbddhopcggkjoggpdo" class="button primary"
>Add to Chrome/Edge</a
>
</li>
</ul>
</div>
<div class="install-source">
<a style="border: none" href="https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/"
><img src="images/firefox-button.png" alt=""
/></a>
<p>The extension is available through the Firefox Browser Add-ons website.</p>
<ul class="actions">
<li>
<a href="https://addons.mozilla.org/en-US/firefox/addon/robinhood-mint-sync/" class="button primary">Add to Firefox</a>
</li>
</ul>
</div>
</div>
</div>
</section>
Expand Down
Binary file added images/firefox-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ ul.actions.special.special {
#footer .actions li {
padding: 0;
}

.install-source {
margin-bottom: 5em;
}

.install-source:last-of-type {
margin-bottom: 0;
}
26 changes: 6 additions & 20 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
"strict_min_version": "48.0"
}
},
"icons": {
Expand All @@ -17,11 +17,7 @@
"512": "images/icon512.png"
},
"background": {
"scripts": [
"js/background/main.js",
"js/background/update_install_listener.js",
"js/background/browser_action.js"
]
"scripts": ["js/background/main.js", "js/background/update_install_listener.js", "js/background/browser_action.js"]
},
"browser_action": {
"default_icon": {
Expand All @@ -42,31 +38,21 @@
"js": ["js/content/robinhood/login.js"]
},
{
"matches": [
"https://mint.intuit.com/settings.event?filter=property&addRobinhood=true"
],
"matches": ["https://mint.intuit.com/settings.event?filter=property&addRobinhood=true"],
"js": ["js/content/mint/properties/update.js"]
},
{
"matches": [
"https://mint.intuit.com/settings.event?filter=property&setupRobinhood=true"
],
"matches": ["https://mint.intuit.com/settings.event?filter=property&setupRobinhood=true"],
"js": ["js/content/mint/properties/check.js"]
},
{
"matches": [
"https://mint.intuit.com/settings.event?filter=property&createProperty=true&property=*"
],
"matches": ["https://mint.intuit.com/settings.event?filter=property&createProperty=true&property=*"],
"js": ["js/content/mint/properties/create.js"]
},
{
"matches": ["https://mint.intuit.com/overview.event*"],
"js": ["js/external/noty/noty.min.js", "js/content/mint/main.js"],
"css": [
"css/notification.css",
"js/external/noty/noty.css",
"js/external/noty/themes/relax.css"
]
"css": ["css/notification.css", "js/external/noty/noty.css", "js/external/noty/themes/relax.css"]
},
{
"matches": ["https://mint.intuit.com/*"],
Expand Down

0 comments on commit 4ea984a

Please sign in to comment.