Inspect and view changes in cardr: the next-gen debate evidence collector 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": "cardr: the next-gen debate evidence collector",
"short_name": "cardr",
"version": "1.4.0",
"description": "An advanced, next-gen evidence collector for debate research.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_title": "Open in cardr",
"default_popup": "popup.html"
},
"author": "Soham Govande",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"tabs",
"nativeMessaging"
],
"content_scripts": []
}