Inspect and view changes in MVCharts 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": "MVCharts",
"description": "Music Video Charts - www.mvcharts.com",
"version": "0.1",
"manifest_version": 2,
"minimum_chrome_version": "24.0.1307.0",
"app": {
"background": {
"scripts": [
"chromeApp.js"
]
}
},
"permissions": [
"storage",
"webview"
],
"icons": {
"16": "logo16.png",
"128": "logo128.png"
}
}