Inspect and view changes in Apps for Google Drive 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": "http://clients2.google.com/service/update2/crx",
"name": "Apps for Google Drive",
"version": "1.3",
"manifest_version": 2,
"icons": {
"16": "i.png",
"48": "i.png",
"128": "i.png"
},
"browser_action": {
"default_popup": "goog.html",
"default_icon": "word.png"
}
}