Inspect and view changes in Chromebook Logger 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": "Chromebook Logger",
"short_name": "chromebooklogger",
"description": "Collects Chromebook information on user login",
"version": "1.13",
"background": {
"service_worker": "background.js"
},
"minimum_chrome_version": "88",
"permissions": [
"identity",
"identity.email",
"enterprise.deviceAttributes"
],
"host_permissions": [
"https://api.ipify.org/"
],
"oauth2": {
"client_id": "955076145590-553881j1nptrnknhnf5t8bjl1hmaet6p.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/admin.directory.user.readonly",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
}
}