Inspect and view changes in Show My Homework 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": "Show My Homework",
"description": "Show My Homework ensures that homework is set across the school, with statistics available by year, class, teacher and subject.",
"version": "0.0.0.3",
"manifest_version": 2,
"icons": {
"128": "smhw_128.png"
},
"app": {
"urls": [
"https://www.showmyhomework.co.uk/",
"https://showmyhomework.co.uk/"
],
"launch": {
"web_url": "https://www.showmyhomework.co.uk/login"
}
}
}