Change study name for logging; change author name
This commit is contained in:
Родитель
95197cb26c
Коммит
45fe496a9a
2
index.js
2
index.js
|
@ -6,7 +6,7 @@ const variationsMod = require('lib/variations');
|
|||
* These are only ones needed, or supported
|
||||
*/
|
||||
const forSetup = {
|
||||
name: 'Addon Recommendation Test', // unique for Telemetry
|
||||
name: 'Site Enhance', // unique for Telemetry
|
||||
choices: Object.keys(variationsMod.variations), // names of branches.
|
||||
duration: 14, // in days,
|
||||
surveyUrl: 'https://qsurvey.mozilla.com/s3/Site-Enhance-Shield-Study',
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Shield Study add-on for recommending add-ons based on domain",
|
||||
"main": "index.js",
|
||||
"author": "Benton Case <bcase@mozilla.com>",
|
||||
"author": "Mozilla",
|
||||
"engines": {
|
||||
"firefox": ">=38.0a1",
|
||||
"fennec": ">=38.0a1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче