Skip to content
Draft
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ tab in Github and find the release for the [version you tagged](https://github.c
- In Firefox, go to `about:debugging` and load a temporary add-on
- In Chrome, go to `chrome://extensions` and load an unpacked extension
1. Go to the [Chrome webstore](https://chrome.google.com/webstore/developer/dashboard) and upload the new version.
1. Go to the [Mozilla Add-ons site](https://addons.mozilla.org/en-GB/firefox/) and upload the new version. Make sure to check that it is compatible with Android, this is unchecked by default. Add the release notes when asked.
1. Go to the [Mozilla Add-ons site](https://addons.mozilla.org/en-GB/firefox/) and upload the new version. Make sure to check that it is compatible with Android, this is unchecked by default. Add the release notes when asked. Note, the Android checkbox doesn't do anything right now, as they don't allow most extensions, but we might as well check the box if they changed their mind some day.
1. Complete the release by creating a PR to include:
- Prepare for the next release by updating the version string in `build/version.sh`
to the next appropriate number (this can always be changed later)
Expand Down
8 changes: 7 additions & 1 deletion website/_data/webstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ webstore-img-link: "{{ site.baseurl }}/img/ChromeWebStore_BadgeWBorder_v2_206x58
webstore-running-challenges-link: "https://chrome.google.com/webstore/detail/running-challenges/kdapmdimgdebpgolimjnmcdlkbkddoif"
webstore-running-challenges-reviews-link: "https://chrome.google.com/webstore/detail/running-challenges/kdapmdimgdebpgolimjnmcdlkbkddoif/reviews"

firefox-: "{{ site.baseurl }}/img/firefox_web_store-172x60.png"
firefox-img-link "{{ site.baseurl }}/img/firefox_web_store-172x60.png"
firefox-running-challenges-link: "https://addons.mozilla.org/en-GB/firefox/addon/running-challenges/"
firefox-running-challenges-reviews-link: "https://addons.mozilla.org/en-GB/firefox/addon/running-challenges/"

# It seems Microsoft are no closer to creating a badge, or image, at least according to https://github.com/MicrosoftDocs/edge-developer/issues/659
# so someone has created this one: https://gist.github.com/Liozon/cf898c47628bfecd9896f79e6c9a8db8
edge-img-link: "{{ site.baseurl }}/img/edge-get-it-for-microsoft-edge.png"
edge-running-challenges-link: "https://microsoftedge.microsoft.com/addons/detail/running-challenges/cfofipfcckojdhjbganfgflkiebajegg"
edge-running-challenges-reviews-link: "https://microsoftedge.microsoft.com/addons/detail/running-challenges/cfofipfcckojdhjbganfgflkiebajegg"
8 changes: 3 additions & 5 deletions website/_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ Collect badges and stars when you volunteer in different roles - are you a three

![Laura's runner page on the parkrun website]({{ site.baseurl }}/img/runner_page.png "Laura's runner page on the parkrun website"){: .center-image .image-border}

Running Challenges is an extension for the Google Chrome or Firefox web browsers -
if you have an Android device you can even install the Firefox version on that!
Running Challenges is an extension for the Google Chrome, Firefox, or Edge web browsers.
It is created and maintained with love by keen parkrunners, [Andy](https://twitter.com/fraz3alpha) and [Laura](https://twitter.com/lauracowen). We just wanted to share the fun with other parkrunners around the world, regardless of whether you volunteer, run, walk, or jog, at your home parkrun or elsewhere.

## Installing

The extension is installed on your local web browser, either in Chrome or Firefox
on your PC/Mac. If you are an Android user you can also install it in Firefox
for Android. It is as easy as clicking 'install' in either the Chrome or Firefox
The extension is installed on your local web browser, either in Chrome, Firefox or Edge
on your PC/Mac. It is as easy as clicking 'install' in either the Chrome, Firefox or Edge extension / add-ons
webstore, but if you need more detailed instructions see the [getting started page](/getstarted)
for more help.

Expand Down
7 changes: 3 additions & 4 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ Welcome to Running Challenges! This [Chrome extension]({{ site.data.webstore.web
your [parkrun](https://www.parkrun.com) results, including tourist challenges and tracking your volunteering at parkrun.
Each completed challenge gives you a badge on your profile to show off to all your friends!

To use this extension you must be using the **Chrome/Firefox Web Browser** on a **laptop/desktop computer**,
or **Firefox for Android** - it is not available to install on Apple iPhones/iPads.
The extension is published in the Chrome and Firefox webstores, see the [getting started](/getstarted/)
To use this extension you must be using the **Chrome/Firefox/Edge Web Browser** on a **laptop/desktop computer** - it is not available to install on mobile versions of these programmes, or Apple iPhones/iPads.
The extension is published in the Chrome, Edge, and Firefox webstores, see the [getting started](/getstarted/)
page for more detailed instructions.

![Athlete Profile With Badges]({{ site.baseurl }}/img/screenshots/screenshot-08-badges-including-flags-v2.png "Athlete Profile With Badges"){: .center-image .image-border}

Click the link below to install it, or visit our [Getting Started](/getstarted/) page to see a walkthrough of the steps involved

[![Running Challenges in the Chrome Web Store]({{ site.baseurl }}/img/ChromeWebStore_BadgeWBorder_v2_206x58.png "Running Challenges in the Chrome Web Store")]({{ site.data.webstore.webstore-running-challenges-link }})[![Running Challenges in the Firefox Add-ons Web Store]({{ site.baseurl }}/img/firefox_web_store-172x60.png "Running Challenges in the Firefox Add-ons Web Store")]({{ site.data.webstore.firefox-running-challenges-link }})
[![Running Challenges in the Chrome Web Store]({{ site.data.webstore.webstore-img-link }} "Running Challenges in the Chrome Web Store")]({{ site.data.webstore.webstore-running-challenges-link }})[![Running Challenges in the Firefox Add-ons Web Store]({{ firefox-img-link }} "Running Challenges in the Firefox Add-ons Web Store")]({{ site.data.webstore.firefox-running-challenges-link }})[![Running Challenges in the Microsoft Edge Extensions Web Store]({{ edge-img-link }} "Running Challenges in the Microsoft Edge Extensions Web Store")]({{ site.data.webstore.edge-running-challenges-link }})
{: style="text-align: center;"}