Synology Note Station

Synology Note Station

Synology Note Station connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, righ...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_NoteStationOfflineSECTIONappKEYdisplayname__",
  "version": "1.0.127",
  "default_locale": "en",
  "description": "__MSG_NoteStationOfflineSECTIONappKEYdescription_brief__",
  "minimum_chrome_version": "42",
  "offline_enabled": true,
  "icons": {
    "16": "icon/NoteStation_16.png",
    "32": "icon/NoteStation_32.png",
    "48": "icon/NoteStation_48.png",
    "64": "icon/NoteStation_64.png",
    "128": "icon/NoteStation_128.png",
    "256": "icon/NoteStation_256.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "http://*/*",
    "https://*/*",
    "webview",
    "background",
    "storage",
    "notifications",
    "clipboardWrite",
    "clipboardRead",
    "overrideEscFullscreen",
    "audioCapture",
    "geolocation",
    "unlimitedStorage"
  ],
  "app": {
    "background": {
      "page": "background.html"
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "*.html",
          "scripts/*",
          "scripts.modified/*",
          "css/*",
          "images/*",
          "js/*",
          "modules/*",
          "webman/*",
          "3rdparty/*",
          "icon/*",
          "synohdpack/*"
        ]
      }
    ]
  }
}