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",
"name": "Presence Scheduler",
"description": "Keeps you active in Slack according to the schedules you set on presencescheduler.com",
"version": "1.0.3",
"manifest_version": 3,
"permissions": [
"alarms",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/*.slack.com\/client*",
"https:\/\/presencescheduler.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"content\/pulse.js"
],
"matches": [
"https:\/\/*.slack.com\/*"
]
}
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_title": "Presence Scheduler",
"default_popup": "ui\/popup.html"
},
"options_page": "ui\/options.html",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
}