зеркало из https://github.com/mozilla/lightbeam.git
39 строки
1.3 KiB
JSON
39 строки
1.3 KiB
JSON
{
|
|
"name": "lightbeam",
|
|
"title": "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",
|
|
"version": "1.3.2",
|
|
"id": "jid1-F9UJ2thwoAm5gQ@jetpack",
|
|
"main": "lib/main.js",
|
|
"permissions": {
|
|
"multiprocess": true,
|
|
"private-browsing": true
|
|
},
|
|
"preferences": [
|
|
{ "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" }
|
|
]
|
|
}
|
|
]
|
|
}
|