Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Universal Time Tracker with AI Reports",
"version": "2.3.4",
"description": "Advanced time tracking with calendar sync, multi-tasking support, AI-powered reports, and comprehensive analytics.",
"permissions": [
"storage",
"identity",
"alarms",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/graph.microsoft.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/api.anthropic.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/login.microsoftonline.com\/*"
],
"oauth2": {
"client_id": "785918599575-g6q6rtfgadrgr48vmt93olqb034m6c46.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.readonly",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Universal Time Tracker"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"chart.min.js",
"xlsx.min.js",
"unified-ai-reports.js",
"api-client.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.openai.com https:\/\/api.anthropic.com https:\/\/generativelanguage.googleapis.com https:\/\/www.googleapis.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.com;"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Maniwar",
"homepage_url": "https:\/\/github.com\/Maniwar\/time_tracker"
}