Inspect and view changes in MU+ 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": "MU+",
"version": "0.1",
"description": "MU+",
"manifest_version": 2,
"icons": {
"16": "icon/MUPlus_16.png",
"48": "icon/MUPlus_48.png",
"128": "icon/MUPlus_128.png"
},
"browser_action": {
"default_icon": "icon/MUPlus_16.png",
"default_title": "MU+",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"https://music.sonyentertainmentnetwork.com/*"
]
}