name: electronApp
version: '1.0.0'
summary: App summary
description: |
  App description

grade: devel
confinement: classic

apps:
  electronApp:
    plugs:
    - browser-support
    - desktop
    - desktop-legacy
    - gsettings
    - home
    - mount-observe
    - network
    - network-bind
    - unity7
    - x11
    environment:
      TMPDIR: $XDG_RUNTIME_DIR

parts:
  electronApp:
    source: .
    plugin: nil
    stage-packages:
    - libnotify4
    - libnss3
    - libpcre3
    - libuuid1
    - libxss1
    - libxtst6
    after:
    - desktop-gtk3
