﻿{
  "name": "Emun",
  "version": "1.0.0",
  "manifest_version": 3,
  "permissions": [
    "notifications",
    "storage"
  ],
  "icons": [
    {
      "src": "/content/attachments/Logos/logo.png",
      "sizes": "192x192"
    }
  ],
  "background": {
    "scripts": [ "/Scripts/PageScripts/ChromeNotificationAPI.js" ]
  }
}