Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"previous_default_browser": {
"description": "What the default browser was before it was changed to the current one",
"type": "string"
},
"previous_notification_action": {
"description": "What action was taken by the user the last time a toast notification was displayed",
"type": "string"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"previous_default_browser": {
"description": "What the default browser was before it was changed to the current one",
"type": "string"
},
"previous_notification_action": {
"description": "What action was taken by the user the last time a toast notification was displayed",
"type": "string"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"build_channel": "nightly",
"build_version": "74.0a1",
"os_version": "10.0.18363.592",
"os_locale": "en-US",
"default_browser": "firefox",
"previous_default_browser": "edge",
"notification_type": "initial",
"notification_shown": "shown",
"notification_action": "dismissed-by-timeout",
"previous_notification_action": "no-action"
}