{
   "permissions": ["alarms"],
   "background": {
     "service_worker": "background.js"
   },
   "description": "An extension which triggers an alarm to ensure that when incognito is in split mode onAlarm is only called in the same context the alarm was created in.",
   "manifest_version": 3,
   "incognito": "split",
   "name": "Alarm Incognito Split Test Extension",
   "version": "0.1.1"
}
