Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created August 7, 2020 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhelmer/9b0e48fefaf1c8d2ca8eb02afb86c1d5 to your computer and use it in GitHub Desktop.
Save rhelmer/9b0e48fefaf1c8d2ca8eb02afb86c1d5 to your computer and use it in GitHub Desktop.
[
{
addon_id: "pioneer-v2-example@mozilla.org",
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: "pioneer-v2-default-example@mozilla.org",
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