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": "To-Do FollowUpPro",
"version": "101.0",
"description": "#TaskQuest",
"permissions": [
"identity",
"storage",
"alarms",
"notifications",
"contextMenus",
"tabs"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/",
"https:\/\/sheets.googleapis.com\/",
"https:\/\/accounts.google.com\/"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "image\/16.png",
"32": "image\/32.png",
"48": "image\/48.png",
"128": "image\/128.png"
},
"oauth2": {
"client_id": "940399125417-bo5fdfuc3ujhgq3cd794m5bgv4opkvg7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.events",
"https:\/\/www.googleapis.com\/auth\/spreadsheets",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/www.googleapis.com\/ https:\/\/sheets.googleapis.com\/ https:\/\/accounts.google.com\/"
}
}