Closed
Bug 1915873
Opened 3 months ago
Closed 29 days ago
Add new item to the onboading experiment to allow to install add-ons
Categories
(Fenix :: Experimentation and Telemetry, task, P3)
Tracking
(firefox133 fixed)
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: amejia, Assigned: amejia)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
We would like to add a new onboarding card as part of the onboarding experiment, so users are able to install some selected add-ons from onboarding.
We would like to able to to configure the information add-ons like the name, description and icon. This is an example of the desktop recipe for the same experiment.
{
"id": "jid1-MnnxcxisBPnSXQ@jetpack",
"install_label": "Add to Firefox",
"name": "Privacy Badger by EFD Technologists",
"icon": "https://addons.mozilla.org/user-media/addon_icons/506/506646-64.png?modified=mcrushed",
"type": "extension",
"description": "Automatically block invisible trackers.",
"source_id": "ADD_EXTENSION_BUTTON_STAFF_1",
"action": {
"type": "INSTALL_ADDON_FROM_URL",
"data": {
"url": "https://addons.mozilla.org/firefox/downloads/file/4129240/privacy_badger17-2023.6.23.xpi",
"telemetrySource": "aboutwelcome-addon"
}
}
}
Updated•3 months ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → amejiamarmol
Status: NEW → ASSIGNED
Pushed by amejiamarmol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3046f3bffbd3
Add a new item to the onboading experiment to allow to install add-ons r=android-reviewers,twhite
Comment 3•29 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 29 days ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•