Ubuntu Pastebin

Paste from suebt at Fri, 19 Aug 2016 18:49:19 +0000

Download as text
1
2
3
4
5
6
7
8
// manifest.json
    "hooks": {
        "ubuntu-hangups.timsueberkrueb": { /*...*/ } }

vs 

    "hooks": {
        "ubuntu-hangups": { /* ... */ } }
Download as text