Inspect and view changes in checkdoktor - Ärzte finden 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,
"app": {
"launch": {
"urls": [
"http://www.checkdoktor.de"
],
"web_url": "http://www.checkdoktor.de",
"container": "tab"
}
},
"offline_enabled": false,
"permissions": [],
"requirements": {
"3D": {
"features": []
}
},
"icons": {
"128": "appmator128.png"
},
"name": "checkdoktor - Ärzte finden",
"description": "Finden Sie Ihren Arzt - Kommentare, Bilder und Informationen zu Ärzten.",
"version": "1.0.0.0"
}