Inspect and view changes in Dora the Cook dress up 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",
"short_name": "Dora the Cook dress up ",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"manifest_version": 2,
"version": "2.1",
"default_locale": "en",
"app": {
"urls": [
"http://serragame.com/dora-the-cook-dress-up/"
],
"launch": {
"web_url": "http://serragame.com/dora-the-cook-dress-up/"
}
},
"icons": {
"128": "128.png"
}
}