Inspect and view changes in LawDroid Copilot 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",
"name": "LawDroid Copilot",
"description": "",
"version": "1.4",
"manifest_version": 3,
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"widget.js"
],
"matches": [
"https://*/*",
"http://*/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "LawDroid Copilot",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://www.googleapis.com' 'https://ajax.googleapis.com'; object-src 'self'"
},
"minimum_chrome_version": "101"
}