Inspect and view changes in Google at a Glance 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": "Google at a Glance",
"description": "View trending searches in the United States mapped by interest",
"version": "1.0.6",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "GoogleAtAGlance.html"
},
"host_permissions": [
"https://trends.google.com/trends/api/*"
],
"background": {
"service_worker": "js/background.js"
},
"icons": {
"16": "assets/glasses-solid.png",
"48": "assets/glasses-solid.png",
"128": "assets/glasses-solid.png"
},
"permissions": [
"storage"
]
}