This repository has been archived on 2021-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
D3/D3-Annotator/manifest_backup.json

35 lines
799 B
JSON

{
"manifest_version": 2,
"name": "Dark Web Annotator",
"description": "Displays a sidebar and stores text of interest.",
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id" : "dwannotator@cs2lab.dsv.su.se",
"strict_min_version" : "54.0"
}
},
"sidebar_action": {
"default_icon": "icons/48.png",
"default_title" : "DW Annotator",
"default_panel": "sidebar/panel.html"
},
"permissions": ["storage", "tabs", "unlimitedStorage", "pkcs11"],
"icons" : {
"48" : "icons/48.png"
},
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
}
}
},
"description": "Make annotations on dark web sites to archive and label textual data from WWW or Onion sites."
}