OneNote to Xournal++

OneNote to Xournal++

This extension converts OneNote notes to Xournal++ notes with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "OneNote to Xournal++",
  "description": "This addon converts OneNote notes to Xournal++ notes.",
  "version": "1.1.6",
  "author": "nico9889",
  "homepage_url": "https://github.com/nico9889/OneNote2XournalppAddon",
  "permissions": [],
  "host_permissions": [
    "https://onedrive.live.com/*",
    "https://onenote.officeapps.live.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://onenote.officeapps.live.com/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "255": "xournal.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "255": "xournal.png"
    },
    "default_title": "Convert to Xournal++"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2986a98d-8431-4ed3-af49-df7b89bc555e}",
      "strict_min_version": "109.0"
    }
  }
}