2011-06-30 04:00:00 +04:00
{
2013-12-03 01:36:04 +04:00
"name" : "lightbeam" ,
"fullName" : "Lightbeam" ,
"description" : "Lightbeam is a Firefox add-on that allows you to see the third parties that are collecting information about your browsing activity, with and without your consent. Using interactive visualizations, Lightbeam shows you the relationships between these third parties and the sites you visit." ,
"author" : "Mozilla Foundation" ,
"license" : "MPL 2.0" ,
2014-05-13 02:56:48 +04:00
"version" : "1.0.10" ,
2013-12-03 01:36:04 +04:00
"id" : "jid1-F9UJ2thwoAm5gQ" ,
"permissions" : {
"private-browsing" : true
2014-03-28 03:34:37 +04:00
} ,
2014-03-29 01:52:15 +04:00
"preferences" : [
{ "name" : "contributeData" ,
2014-03-28 03:34:37 +04:00
"title" : "Contribute data" ,
"description" : "Contribute your Lightbeam data to Mozilla" ,
"type" : "bool" ,
2014-03-29 01:52:15 +04:00
"value" : false } ,
{ "name" : "defaultVisualization" ,
"title" : "Default visualization" ,
"description" : "Graph or list" ,
"type" : "menulist" ,
"value" : "graph" ,
"options" : [
{ "value" : "graph" , "label" : "Graph" } ,
{ "value" : "list" , "label" : "List" }
]
} ,
{ "name" : "defaultFilter" ,
"title" : "Default filter" ,
"description" : "Time period" ,
"type" : "menulist" ,
"value" : "daily" ,
"options" : [
{ "value" : "daily" , "label" : "Daily" } ,
{ "value" : "weekly" , "label" : "Weekly" } ,
{ "value" : "recent" , "label" : "Recent" } ,
{ "value" : "last10sites" , "label" : "Last 10 sites" }
]
}
]
2013-12-21 04:18:19 +04:00
}