Skip to content

Commit ba74de0

Browse files
committed
update Firefox desktop page: setup instructions, FAQ, bugs list, new icon, and more
1 parent ac86d0a commit ba74de0

14 files changed

+332
-122
lines changed

public/_helpers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<div>
203203
<div itemprop="details" class="browser-details">
204204
<a itemprop="url" href="{{ browser.about }}" class="no-underline">
205-
<div itemprop="image" style="background-image: url({{ browser.logo }})">
205+
<div itemprop="image" style="background-image: url({{ browser.icon or browser.logo }})">
206206
</div>
207207
<span itemprop="name" class="browser-name">{{ browser.name }}</span>
208208
</a>
@@ -292,9 +292,10 @@
292292

293293
{% macro compat_report_row (report) %}
294294
{% if (report.type == 'bug' or report.type == 'feature') and report.enabled != false %}
295+
{% set status = report.status|lower %}
295296
<tr data-report-type="{{ report.type }}"
296297
itemprop="{{ report.type }}"
297-
class="{{ 'table-cell-success' if report.status|lower == 'fixed' else ('table-cell-error' if report.type == 'bug' else 'table-cell-alert') }}"
298+
class="{{ 'table-cell-success' if status == 'fixed' else ('table-cell-alert' if 'development' in status) }}"
298299
data-archived="{{ 'true' if report.archived else 'false' }}">
299300
<td data-report-key="description"><a href="{{ report.bug or report.bugUrl or report.url }}" itemprop="description">{{ report.description }}</a></td>
300301
{% if report.browserUserAgent %}

public/_layout_browser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<a class="page-heading-link" href="{{ browser.about }}">
1717
<h1 class="browser-name page-heading">{{ browser.name }}</h1>
18-
<img class="browser-icon page-heading-icon" src="{{ browser.logo }}" alt="{{ browser.name }}" title="{{ browser.name }}">
18+
<img class="browser-icon page-heading-icon" src="{{ browser.icon or browser.logo }}" alt="{{ browser.name }}" title="{{ browser.name }}">
1919
</a>
2020

2121
{% if browser.description_html or browser.description %}

public/daoshengmu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"additionalName": "daoshengmu",
88
"url": "http://dsmu.me/",
99
"twitter_url": "https://twitter.com/daoshengmu",
10-
"image": "https://mozvr.com/assets/img/team/daosheng.jpg",
10+
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6j1GhDAhA5eVmqDVhXaewyZHI3QMY-CrJjaVE5hXthaGZkIfAaA",
1111
"website": [
1212
{
1313
"@type": "Twitter",

public/firefox.html

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33

44
{% block instructions %}
55
<ol class="bullets-light">
6-
<li><span>Download and launch <a href="https://www.mozilla.org/en-US/firefox/new/?scene=2"><strong>Firefox</strong></a>.</span></li>
7-
<li data-headset="oculus_rift"><span>Ensure that your <em>Oculus Home</em> settings allow for <a href="https://blog.mozvr.com/oculus-home-rift-cv1-webvr/#enablingunknownsources">Unknown Sources</a>.</span></li>
8-
<li><span>For PCs (especially laptops) using NVIDIA chipsets, there are several methods of <a href="https://alteredqualia.com/texts/optimus/">enabling the discrete GPU</a>. One way is from the <a href="https://www.nvidia.com/Download/Find.aspx">NVIDIA Control Panel</a>: Load <code>3D Settings</code> <code>&gt;</code> <code>Manage 3D Settings</code> <code>&gt;</code> <code>Program Settings</code> tab, and select <strong>Mozilla Firefox (<code>firefox.exe</code>)</strong> (with the Firefox icon) as the program to customize, and select <strong>&ldquo;High-performance NVIDIA processor&rdquo;</strong> as the preferred graphics processor.</span></li>
6+
<li><span>Download and launch <a href="{{ browser.url }}"><strong>Firefox</strong></a>.</span></li>
7+
<li id="setup-oculus-unknown-sources" data-headset="oculus_rift"><span>
8+
<p>For the <strong data-headset="oculus_rift">Oculus Rift</strong>,
9+
enable <strong>Unknown Sources</strong> in your Oculus Settings.</p>
10+
<p>Launch the <strong data-headset="oculus_rift">Oculus desktop app</strong> and navigate to <code>Settings > General > Unknown Sources</code>.</p>
11+
<p><img class="db" src="/oculus_rift/oculus-unknown-sources-settings.gif" alt="Animation of Oculus 'Unknown Sources' instructions"></p>
12+
</span></li>
13+
<li id="setup-nvidia"><span>
14+
<p>For PCs using NVIDIA chipsets, there are several methods of <a href="https://alteredqualia.com/texts/optimus/">enabling the discrete GPU</a>.</p>
15+
<p>One way is from the <a href="https://www.nvidia.com/Download/Find.aspx">NVIDIA Control Panel</a>: Load the <code>3D Settings</code> <code>&gt;</code> <code>Manage 3D Settings</code> <code>&gt;</code> <code>Program Settings</code> menu option, and select <strong>Mozilla Firefox (<code>firefox.exe</code>)</strong> as the program to customize, and select <strong>&ldquo;High-performance NVIDIA processor&rdquo;</strong> as the preferred graphics processor.</p>
16+
<p><img class="db" src="/firefox/firefox-nvidia-settings.png" alt="Screenshot of NVIDIA Settings for Firefox"></p>
17+
</span></li>
918
<li><span>Restart Firefox.</span></li>
1019
<li><span>Enjoy WebVR content!</span></li>
1120
</ol>
@@ -61,16 +70,40 @@
6170

6271
{% block help %}
6372
<dl>
73+
<dt id="webvr_does_not_work"><a href="#webvr_does_not_work">Why does WebVR content not work for me?</a></dt>
74+
<dd>
75+
<p>Here are a few troubleshooting recommendations:</p>
76+
<ul class="bullets-light">
77+
<li>
78+
<span>
79+
Make sure you are running the <a href="https://support.mozilla.org/kb/switch-32-bit-64-bit">64-bit version of Firefox</a>.
80+
</span>
81+
</li>
82+
<li data-headset="oculus_rift">
83+
<span>
84+
If you are using the Oculus Rift, make sure you have enabled <a href="#setup-oculus-unknown-sources">Unauthorized Sources</a>.
85+
</span>
86+
</li>
87+
<li>
88+
<span>
89+
If you are using a laptop/PC with an NVIDIA graphics card, make sure you have enabled the <a href="#setup-nvidia">discrete GPU for Firefox</a>.
90+
</span>
91+
</li>
92+
</ul>
93+
<p>
94+
If you still don&rsquo;t see your issue reported, you can <a href="{{ browser.bugsReportUrl }}">file a new bug in the Firefox bug tracker</a>. Or, if you&rsquo;d prefer, you can file a bug on <strong><a href="https://webcompat.com/">WebCompat.com</a></strong>.
95+
</p>
96+
</dd>
6497
<dt id="where_can_i_find_the_list_of_known_bugs"><a href="#where_can_i_find_the_list_of_known_bugs">Where can I find the list of known bugs?</a></dt>
6598
<dd>
6699
<p>
67-
Above is a list of <a href="#compat">bugs and features that are being actively worked on</a>. You can find the full list of filed bugs and planned features by searching the <a href="{{ browser.bugsUrl }}">Firefox Bugzilla bug tracker for bugs with the whiteboard keyword <code>[webvr]</code></a>.
100+
Above is a list of <a href="#compat">bugs and features that are being actively worked on</a>. You can find the full list of filed bugs and planned features by searching the <a href="{{ browser.bugsUrl }}">Firefox Bugzilla bug tracker for bugs</a>.
68101
</p>
69102
</dd>
70103
<dt id="how_can_i_report_a_bug"><a href="#how_can_i_report_a_bug">How can I report a bug?</a></dt>
71104
<dd>
72105
<p>
73-
First, refer to the <a href="#compat">known issues above</a> and the <a href="{{ browser.bugsUrl }}">WebVR bugs in the Firefox Bugzilla bug tracker (labeled with the whiteboard keyword <code>[webvr]</code>)</a>.
106+
First, refer to the <a href="#compat">known issues above</a> and the <a href="{{ browser.bugsUrl }}">WebVR bugs in the Firefox Bugzilla bug tracker</a>.
74107
</p>
75108
<p>
76109
If you still don&rsquo;t see your issue reported, you can <a href="{{ browser.bugsReportUrl }}">file a new bug in the Firefox bug tracker</a>. Or, if you&rsquo;d prefer, you can file a bug on <strong><a href="https://webcompat.com/">WebCompat.com</a></strong>.

public/firefox.json

Lines changed: 115 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -5,80 +5,80 @@
55
"slug": "firefox",
66
"description": "Mozilla’s desktop browser",
77
"description_html": "<a href=\"https://www.mozilla.org/\">Mozilla</a>’s <a href=\"https://www.mozilla.org/en-US/firefox/new/\">desktop browser</a>",
8-
"operatingSystem": "Windows 7.1+ or macOS",
8+
"operatingSystem": "Windows 10+ or macOS",
99
"processorRequirements": "IA64",
1010
"headsets": [
1111
"htc_vive",
1212
"oculus_rift"
1313
],
1414
"logo": "/firefox/icon.png",
15-
"url": "https://www.mozilla.org/en-US/firefox/new/",
15+
"icon": "/firefox/icon.svg",
16+
"url": "https://www.mozilla.org/en-US/firefox/",
1617
"about": "/firefox",
17-
"landingUrl": "https://www.mozilla.org/en-US/firefox/new/",
18-
"downloadUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.installer.exe",
18+
"landingUrl": "https://www.mozilla.org/en-US/firefox/",
19+
"downloadUrl": "https://download.mozilla.org/?product=firefox-latest",
1920
"sourceCodeUrl": "https://dxr.mozilla.org/mozilla-central/source/dom/vr",
20-
"bugsUrl": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%5Bwebvr%5D",
21-
"bugsReportUrl": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=General&status_whiteboard=[webvr]&[email protected]",
21+
"bugsUrl": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3AWebVR",
22+
"bugsReportUrl": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=WebVR&status_whiteboard=[webvr]&[email protected]",
2223
"sameAs": [
23-
"https://webvr.rocks/firefox",
24-
"https://www.mozilla.org/en-US/firefox/new/"
24+
"https://webvr.rocks/firefox"
2525
],
2626
"showDateReleased": false,
2727
"releases": {
2828
"latest": {
2929
"status": "experimental",
3030
"landingUrl": "https://www.mozilla.org/en-US/firefox/new/",
31-
"buildInfoFilename": "firefox-60.0a1.en-US.win64.json",
32-
"buildInfoUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.json",
33-
"downloadUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.installer.exe",
34-
"downloadInstallerUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.installer.exe",
35-
"downloadZipUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.zip",
31+
"buildInfoFilename": "firefox-64.0a1.en-US.win64.json",
32+
"buildInfoUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.json",
33+
"downloadUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.installer.exe",
34+
"downloadInstallerUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.installer.exe",
35+
"downloadZipUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.zip",
3636
"dateReleased": {
37-
"originalDateTimeString": "22-Feb-2018 00:28",
38-
"datetime": 1519288080000,
39-
"datetimeString": "Feb 22, 2018, 12:28 AM",
40-
"dateString": "Feb 22, 2018",
41-
"timeString": "12:28 AM",
42-
"isoString": "2018-02-22T08:28:00.000Z"
37+
"originalDateTimeString": "02-Oct-2018 12:20",
38+
"datetime": 1538508000000,
39+
"datetimeString": "Oct 2, 2018, 12:20 PM",
40+
"dateString": "Oct 2, 2018",
41+
"timeString": "12:20 PM",
42+
"isoString": "2018-10-02T19:20:00.000Z"
4343
},
4444
"dateReleasedInstaller": {
45-
"originalDateTimeString": "22-Feb-2018 00:28",
46-
"datetime": 1519288080000,
47-
"datetimeString": "Feb 22, 2018, 12:28 AM",
48-
"dateString": "Feb 22, 2018",
49-
"timeString": "12:28 AM",
50-
"isoString": "2018-02-22T08:28:00.000Z"
45+
"originalDateTimeString": "02-Oct-2018 12:20",
46+
"datetime": 1538508000000,
47+
"datetimeString": "Oct 2, 2018, 12:20 PM",
48+
"dateString": "Oct 2, 2018",
49+
"timeString": "12:20 PM",
50+
"isoString": "2018-10-02T19:20:00.000Z"
5151
},
5252
"dateReleasedZip": {
53-
"originalDateTimeString": "22-Feb-2018 00:28",
54-
"datetime": 1519288080000,
55-
"datetimeString": "Feb 22, 2018, 12:28 AM",
56-
"dateString": "Feb 22, 2018",
57-
"timeString": "12:28 AM",
58-
"isoString": "2018-02-22T08:28:00.000Z"
53+
"originalDateTimeString": "02-Oct-2018 12:20",
54+
"datetime": 1538508000000,
55+
"datetimeString": "Oct 2, 2018, 12:20 PM",
56+
"dateString": "Oct 2, 2018",
57+
"timeString": "12:20 PM",
58+
"isoString": "2018-10-02T19:20:00.000Z"
5959
},
60-
"installerFilename": "firefox-60.0a1.en-US.win64.installer.exe",
61-
"zipFilename": "firefox-60.0a1.en-US.win64.zip",
62-
"fileSize": "40 MB",
63-
"fileSizeInstaller": "40 MB",
64-
"fileSizeZip": "59 MB",
60+
"installerFilename": "firefox-64.0a1.en-US.win64.installer.exe",
61+
"zipFilename": "firefox-64.0a1.en-US.win64.zip",
62+
"fileSize": "43 MB",
63+
"fileSizeInstaller": "43 MB",
64+
"fileSizeZip": "65 MB",
6565
"buildInfo": {
6666
"as": "ml64.exe",
67-
"buildid": "20180221220150",
68-
"cc": "z:/build/build/src/vs2017_15.4.2/VC/bin/Hostx64/x64/cl.exe",
69-
"cxx": "z:/build/build/src/vs2017_15.4.2/VC/bin/Hostx64/x64/cl.exe",
67+
"buildid": "20181002100236",
68+
"cc": "z:/build/build/src/clang/bin/clang-cl.exe -Xclang -std=gnu99 -fms-compatibility-version=19.15.26726",
69+
"cxx": "z:/build/build/src/clang/bin/clang-cl.exe -fms-compatibility-version=19.15.26726",
7070
"host_alias": "x86_64-pc-mingw32",
7171
"host_cpu": "x86_64",
7272
"host_os": "mingw32",
7373
"host_vendor": "pc",
7474
"moz_app_id": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
75-
"moz_app_maxversion": "60.0a1",
75+
"moz_app_maxversion": "64.0a1",
7676
"moz_app_name": "firefox",
7777
"moz_app_vendor": "Mozilla",
78-
"moz_app_version": "60.0a1",
78+
"moz_app_version": "64.0a1",
7979
"moz_pkg_platform": "win64",
8080
"moz_source_repo": "https://hg.mozilla.org/mozilla-central",
81-
"moz_source_stamp": "994a684a7564c2735d98d6910a78d079a68f0b25",
81+
"moz_source_stamp": "7cda6e1eb528ba81b10548e858f91689b36dfe3b",
8282
"moz_update_channel": "nightly",
8383
"target_alias": "x86_64-pc-mingw32",
8484
"target_cpu": "x86_64",
@@ -318,6 +318,46 @@
318318
}
319319
],
320320
"reports": [
321+
{
322+
"type": "feature",
323+
"headsets": [
324+
"oculus_rift",
325+
"htc_vive",
326+
"windows_mixed_reality"
327+
],
328+
"status": "In Active Development",
329+
"dateReported": {
330+
"datetime": "2016-03-29T14:46:00",
331+
"pretty": "Mar 3, 2016"
332+
},
333+
"dateUpdated": {
334+
"datetime": "2018-09-26T22:07:00",
335+
"pretty": "Aug 26, 2018"
336+
},
337+
"description": "Implement Linux support for OpenVR",
338+
"bugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1310663"
339+
},
340+
{
341+
"type": "bug",
342+
"description": "WebVR content does not present when using Oculus Home before launching Firefox",
343+
"bugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1384279",
344+
"status": "Fixed",
345+
"priority": "P1",
346+
"platforms": [
347+
"windows"
348+
],
349+
"headsets": [
350+
"oculus_rift"
351+
],
352+
"dateReported": {
353+
"datetime": "2017-07-25T13:05:00",
354+
"pretty": "Jul 25, 2017"
355+
},
356+
"dateUpdated": {
357+
"datetime": "2018-02-13T07:20:00",
358+
"pretty": "Feb 13, 2018"
359+
}
360+
},
321361
{
322362
"type": "bug",
323363
"enabled": false,
@@ -433,27 +473,6 @@
433473
"pretty": "Oct 23, 2017"
434474
}
435475
},
436-
{
437-
"type": "bug",
438-
"description": "WebVR content does not present when using Oculus Home before launching Firefox",
439-
"bugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1384279",
440-
"status": "Filed",
441-
"priority": "P1",
442-
"platforms": [
443-
"windows"
444-
],
445-
"headsets": [
446-
"oculus_rift"
447-
],
448-
"dateReported": {
449-
"datetime": "2017-07-25T13:05:00",
450-
"pretty": "Jul 25, 2017"
451-
},
452-
"dateUpdated": {
453-
"datetime": "2017-10-23T14:33:00",
454-
"pretty": "Oct 23, 2017"
455-
}
456-
},
457476
{
458477
"enabled": false,
459478
"type": "feature",
@@ -481,34 +500,34 @@
481500
}
482501
],
483502
"dateReleased": {
484-
"originalDateTimeString": "22-Feb-2018 00:28",
485-
"datetime": 1519288080000,
486-
"datetimeString": "Feb 22, 2018, 12:28 AM",
487-
"dateString": "Feb 22, 2018",
488-
"timeString": "12:28 AM",
489-
"isoString": "2018-02-22T08:28:00.000Z"
503+
"originalDateTimeString": "02-Oct-2018 12:20",
504+
"datetime": 1538508000000,
505+
"datetimeString": "Oct 2, 2018, 12:20 PM",
506+
"dateString": "Oct 2, 2018",
507+
"timeString": "12:20 PM",
508+
"isoString": "2018-10-02T19:20:00.000Z"
490509
},
491510
"dateReleasedInstaller": {
492-
"originalDateTimeString": "22-Feb-2018 00:28",
493-
"datetime": 1519288080000,
494-
"datetimeString": "Feb 22, 2018, 12:28 AM",
495-
"dateString": "Feb 22, 2018",
496-
"timeString": "12:28 AM",
497-
"isoString": "2018-02-22T08:28:00.000Z"
511+
"originalDateTimeString": "02-Oct-2018 12:20",
512+
"datetime": 1538508000000,
513+
"datetimeString": "Oct 2, 2018, 12:20 PM",
514+
"dateString": "Oct 2, 2018",
515+
"timeString": "12:20 PM",
516+
"isoString": "2018-10-02T19:20:00.000Z"
498517
},
499518
"dateReleasedZip": {
500-
"originalDateTimeString": "22-Feb-2018 00:28",
501-
"datetime": 1519288080000,
502-
"datetimeString": "Feb 22, 2018, 12:28 AM",
503-
"dateString": "Feb 22, 2018",
504-
"timeString": "12:28 AM",
505-
"isoString": "2018-02-22T08:28:00.000Z"
519+
"originalDateTimeString": "02-Oct-2018 12:20",
520+
"datetime": 1538508000000,
521+
"datetimeString": "Oct 2, 2018, 12:20 PM",
522+
"dateString": "Oct 2, 2018",
523+
"timeString": "12:20 PM",
524+
"isoString": "2018-10-02T19:20:00.000Z"
506525
},
507-
"installerFilename": "firefox-60.0a1.en-US.win64.installer.exe",
508-
"zipFilename": "firefox-60.0a1.en-US.win64.zip",
509-
"fileSize": "40 MB",
510-
"fileSizeInstaller": "40 MB",
511-
"fileSizeZip": "59 MB",
526+
"installerFilename": "firefox-64.0a1.en-US.win64.installer.exe",
527+
"zipFilename": "firefox-64.0a1.en-US.win64.zip",
528+
"fileSize": "43 MB",
529+
"fileSizeInstaller": "43 MB",
530+
"fileSizeZip": "65 MB",
512531
"notifications": [
513532
{
514533
"type": "error",
@@ -575,29 +594,29 @@
575594
],
576595
"buildInfo": {
577596
"as": "ml64.exe",
578-
"buildid": "20180221220150",
579-
"cc": "z:/build/build/src/vs2017_15.4.2/VC/bin/Hostx64/x64/cl.exe",
580-
"cxx": "z:/build/build/src/vs2017_15.4.2/VC/bin/Hostx64/x64/cl.exe",
597+
"buildid": "20181002100236",
598+
"cc": "z:/build/build/src/clang/bin/clang-cl.exe -Xclang -std=gnu99 -fms-compatibility-version=19.15.26726",
599+
"cxx": "z:/build/build/src/clang/bin/clang-cl.exe -fms-compatibility-version=19.15.26726",
581600
"host_alias": "x86_64-pc-mingw32",
582601
"host_cpu": "x86_64",
583602
"host_os": "mingw32",
584603
"host_vendor": "pc",
585604
"moz_app_id": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
586-
"moz_app_maxversion": "60.0a1",
605+
"moz_app_maxversion": "64.0a1",
587606
"moz_app_name": "firefox",
588607
"moz_app_vendor": "Mozilla",
589-
"moz_app_version": "60.0a1",
608+
"moz_app_version": "64.0a1",
590609
"moz_pkg_platform": "win64",
591610
"moz_source_repo": "https://hg.mozilla.org/mozilla-central",
592-
"moz_source_stamp": "994a684a7564c2735d98d6910a78d079a68f0b25",
611+
"moz_source_stamp": "7cda6e1eb528ba81b10548e858f91689b36dfe3b",
593612
"moz_update_channel": "nightly",
594613
"target_alias": "x86_64-pc-mingw32",
595614
"target_cpu": "x86_64",
596615
"target_os": "mingw32",
597616
"target_vendor": "pc"
598617
},
599-
"buildInfoFilename": "firefox-60.0a1.en-US.win64.json",
600-
"buildInfoUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.json",
601-
"downloadInstallerUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.installer.exe",
602-
"downloadZipUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-60.0a1.en-US.win64.zip"
618+
"buildInfoFilename": "firefox-64.0a1.en-US.win64.json",
619+
"buildInfoUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.json",
620+
"downloadInstallerUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.installer.exe",
621+
"downloadZipUrl": "https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-64.0a1.en-US.win64.zip"
603622
}
143 KB
Loading

public/firefox/icon-nightly.png

-45.4 KB
Binary file not shown.

public/firefox/icon.png

167 KB
Loading

0 commit comments

Comments
 (0)