Inspect and view changes in Kungfu Panda Background 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
{
"manifest_version": 2,
"name": "Kungfu Panda Background",
"version": "1.0.0",
"description": "Offers an immersive experience with a Kungfu Panda Background.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{074afca6-e625-4f20-bca3-6b2fc564830d}"
}
}
}