Inspect and view changes in BaCON source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "BaCON",
"description": "BaCON (Bioinformatic CONtext menus) adds a right-click menu, containing various quick-tools to use with selected biological data.",
"version": "1.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"permissions": [
"contextMenus",
"storage",
"<all_urls>",
"clipboardWrite",
"system.display",
"tabs"
],
"background": {
"scripts": [
"jquery-2.1.1.js",
"context.js",
"tools.js"
]
},
"icons": {
"16": "helix.png",
"128": "helix.png"
}
}