[
  {
    "path": ".gitignore",
    "content": "To-Do-darwin-x64/\n"
  },
  {
    "path": "README.md",
    "content": "## ⚠️ Microsoft has finally launched the MacOS version, you can download it from Mac App Store [here](https://apps.apple.com/app/microsoft-to-do/id1274495053?mt=12&utm_source=Direct). Thanks everyone for using this wrapper 🙌\n\n---\n\n# Microsoft To-Do app for MacOS\n\nAs Microsoft plans to shut down Wunderlist and there is no Microsoft To-Do app for MacOS yet, I've created one using [nativefier](https://github.com/gfpacheco/Nativefier).\n\n[Download app (44MB)](https://github.com/Wowu/microsoft-todo-osx/raw/master/To-Do.zip)\n\n![Screenshot](https://github.com/Wowu/microsoft-todo-osx/raw/master/screenshot.png)\n\n\n## Nativefier\n\nI used the following command:\n\n```bash\n$ nativefier --name \"To-Do\" -p \"OSX\" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls=\"((microsoftonline|live)\\.com|(todo|to-do)\\.microsoft\\.com)\" --disable-context-menu --inject ./style.css https://to-do.microsoft.com/login\n```\n\n## Features\n\n- [x] Context menu\n- [x] Native notifications w/ counter\n- [x] Hide \"Get the app\" button\n"
  },
  {
    "path": "build.sh",
    "content": "nativefier --name \"To-Do\" -p \"OSX\" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls=\"((microsoftonline|live)\\.com|(todo|to-do)\\.microsoft\\.com)\" --disable-context-menu --inject ./style.css https://to-do.microsoft.com/login\n"
  },
  {
    "path": "style.css",
    "content": ".otherApps.showIcons {\n    display: none;\n}\n"
  }
]