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": "2.0",
"description": "TaskMaster, FollowUpPro",
"permissions": [
"notifications",
"storage",
"contextMenus",
"alarms",
"identity",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/graph.microsoft.com\/*"
],
"icons": {
"16": "image\/16.png",
"32": "image\/32.png",
"48": "image\/48.png",
"128": "image\/128.png"
},
"oauth2": {
"client_id": "ffe3baa3-b467-4bba-b9e0-07ff48b1d9fa",
"scopes": [
"https:\/\/graph.microsoft.com\/Tasks.ReadWrite"
]
}
}