Created
August 7, 2020 00:29
-
-
Save rhelmer/9b0e48fefaf1c8d2ca8eb02afb86c1d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
addon_id: "[email protected]", | |
icons: { | |
"32": | |
"https://localhost/user-media/addon_icons/2644/2644632-32.png?modified=4a64e2bc", | |
"64": | |
"https://localhost/user-media/addon_icons/2644/2644632-64.png?modified=4a64e2bc", | |
"128": | |
"https://localhost/user-media/addon_icons/2644/2644632-128.png?modified=4a64e2bc", | |
}, | |
name: "Demo Study", | |
version: "1.0", | |
sourceURI: { | |
spec: "https://localhost", | |
}, | |
description: "Study purpose: Testing Pioneer.", | |
privacyPolicy: { | |
spec: "http://localhost", | |
}, | |
studyType: "extension", | |
authors: { | |
name: "Pioneer Developers", | |
url: "https://addons.mozilla.org/en-US/firefox/user/6510522/", | |
}, | |
dataCollectionDetails: ["test123", "test345"], | |
moreInfo: { | |
spec: "http://localhost", | |
}, | |
isDefault: false, | |
studyEnded: true, | |
}, | |
{ | |
addon_id: "[email protected]", | |
icons: { | |
"32": | |
"https://localhost/user-media/addon_icons/2644/2644632-32.png?modified=4a64e2bc", | |
"64": | |
"https://localhost/user-media/addon_icons/2644/2644632-64.png?modified=4a64e2bc", | |
"128": | |
"https://localhost/user-media/addon_icons/2644/2644632-128.png?modified=4a64e2bc", | |
}, | |
name: "Demo Default Study", | |
version: "1.0", | |
sourceURI: { | |
spec: "https://localhost", | |
}, | |
description: "Study purpose: Testing Pioneer.", | |
privacyPolicy: { | |
spec: "http://localhost", | |
}, | |
studyType: "extension", | |
authors: { | |
name: "Pioneer Developers", | |
url: "https://addons.mozilla.org/en-US/firefox/user/6510522/", | |
}, | |
dataCollectionDetails: ["test123", "test345"], | |
moreInfo: { | |
spec: "http://localhost", | |
}, | |
isDefault: true, | |
studyEnded: false, | |
}, | |
{ | |
addon_id: "study@partner", | |
icons: { | |
"32": | |
"https://localhost/user-media/addon_icons/2644/2644632-32.png?modified=4a64e2bc", | |
"64": | |
"https://localhost/user-media/addon_icons/2644/2644632-64.png?modified=4a64e2bc", | |
"128": | |
"https://localhost/user-media/addon_icons/2644/2644632-128.png?modified=4a64e2bc", | |
}, | |
name: "Example Partner Study", | |
version: "1.0", | |
sourceURI: { | |
spec: "https://localhost", | |
}, | |
description: "Study purpose: Testing Pioneer.", | |
privacyPolicy: { | |
spec: "http://localhost", | |
}, | |
studyType: "extension", | |
authors: { | |
name: "Stusdy Partners", | |
url: "https://addons.mozilla.org/en-US/firefox/user/6510522/", | |
}, | |
dataCollectionDetails: ["test123", "test345"], | |
moreInfo: { | |
spec: "http://localhost", | |
}, | |
isDefault: false, | |
studyEnded: false, | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment