[addon] adds configurable support

This commit is contained in:
TheBeastLT
2020-05-26 18:35:00 +02:00
parent 05c55af5c4
commit 3c31c040c3
2 changed files with 8 additions and 5 deletions

View File

@@ -35,6 +35,10 @@ function manifest(config = {}) {
idPrefixes: ['tt', 'kitsu'],
background: `https://i.ibb.co/VtSfFP9/t8wVwcg.jpg`,
logo: `https://i.ibb.co/w4BnkC9/GwxAcDV.png`,
behaviorHints: {
configurable: true,
configurationRequired: false
}
}
}