nanka iroiro

This commit is contained in:
syuilo 2017-02-09 00:11:16 +09:00
parent 0aa6d848fa
commit bc1698e755
9 changed files with 122 additions and 0 deletions

View file

@ -46,6 +46,7 @@ export default [
{ name: 'i/appdata/get', shouldBeSignin: true },
{ name: 'i/appdata/set', shouldBeSignin: true },
{ name: 'i/signin_history', shouldBeSignin: true, kind: 'account-read' },
{ name: 'i/authorized_apps', shouldBeSignin: true, secure: true },
{ name: 'i/notifications', shouldBeSignin: true, kind: 'notification-read' },
{ name: 'notifications/delete', shouldBeSignin: true, kind: 'notification-write' },