Inspect and view changes in Upbase - Bookmarks, Tasks, Notes, Calendar 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",
"manifest_version": 3,
"name": "Upbase - Bookmarks, Tasks, Notes, Calendar",
"description": "Turn Chrome's New Tab page into your productivity hub with Bookmarks, Tasks, Notes, Calendar.",
"version": "1.0.3",
"minimum_chrome_version": "95",
"background": {
"service_worker": "/background.js"
},
"action": {
"default_title": "Upbase",
"default_icon": {
"16": "./img/icons/favicon-32x32.png",
"32": "./img/icons/favicon-32x32.png",
"48": "./img/icons/favicon-32x32.png",
"128": "./img/icons/favicon-32x32.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"tabs",
"storage",
"identity",
"unlimitedStorage"
],
"oauth2": {
"client_id": "912706571828-ckjgtnv5u5smn4c0clvh5b8jfg6acums.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email"
]
},
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "object-src 'self' 'wasm-unsafe-eval'; script-src 'self' 'wasm-unsafe-eval' "
},
"icons": {
"16": "./img/icons/favicon-32x32.png",
"32": "./img/icons/favicon-32x32.png",
"48": "./img/icons/favicon-32x32.png",
"128": "./img/icons/favicon-32x32.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtPIAVuvcqEyG17dVE2t5lZKvvYZIuHsAxlBUfni9kTcnHbaaBXkFmpye8Mi+BGUQMJKKIbiUxipTfKAMuIQHlVPEN6kNpUT8pTWExqaIf9EgVnMxaSnyO/1ZCiHf+ZMTrk+5Y427aRt/nDln7KGNepagIa1JMkWBYdhHM0U37GnzmheSBl81aUFfQwpHYYaMux9AYyFSTC5lz33RO/pl0r/k0dfq2APcAcPC4K+h2eg6kzPcu4cOc8ygIdXB5i3H+B81owfnRvBYLThptSDe4eTOaRDXHG5Qyf+5+YiWj8RWiDFOciDJvuRIR/VjVArh5OsPhHM8Z1EQRUUIUpb/2wIDAQAB"
}