Skip to content

Commit

Permalink
Add firefox dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jul 24, 2018
1 parent af375bc commit 2b84f95
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions firefox-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "nightly",
"description": "Firefox Developer Edition. Quantum firefox with latest features, fast performance, and the development tools you need to build for the open web.",
"homepage": "https://www.mozilla.org/en-US/firefox/developer/",
"license": {
"identifier": "Freeware"
},
"architecture": {
"64bit": {
"url": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=win64&lang=en-GB#/cosi.7z"
},
"32bit": {
"url": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=win&lang=en-GB#/cosi.7z"
}
},
"extract_dir": "core",
"bin": "firefox.exe",
"shortcuts": [
[
"firefox.exe",
"Firefox Developer Edition"
]
]
}

1 comment on commit 2b84f95

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 2b84f95 Jul 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Progress on #4

Please sign in to comment.