Inspect and view changes in BetterGrader 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": "BetterGrader",
"description": "BetterGrader - High Quality assignment help. Find high-quality, accurate, and relevant assignment solutions.",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_title": "BetterGrader",
"default_icon": "assets/images/logo.png"
},
"icons": {
"16": "assets/images/icon-16x16.png",
"32": "assets/images/icon-32x32.png",
"128": "assets/images/logo.png"
}
}