Inspect and view changes in APOD New Tab Page 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": "APOD New Tab Page",
"short_name": "APOD",
"description": "Daily astronomy photos courtesy of NASA.",
"version": "1.3",
"manifest_version": 2,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_title": "Toggle Description"
}
}