1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "id": "181381194070491136",
- "name": "3Tau"
- },
- "service": "MultiTwitch",
- "description": {
- "en": "Watch and enjoy an unlimited number of your favorite Twitch streams simultaneously."
- },
- "url": [
- "multitwitch.tv",
- "www.multitwitch.tv"
- ],
- "version": "1.0.8",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/M/MultiTwitch/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/MultiTwitch/assets/thumbnail.png",
- "color": "#6441a5",
- "category": "videos",
- "tags": [
- "twitch",
- "video",
- "streaming",
- "entertainment"
- ],
- "settings": [
- {
- "id": "showStreamers",
- "title": "Show streams",
- "icon": "fa-duotone fa-screen-users",
- "value": true
- },
- {
- "id": "showButton",
- "if": {
- "showStreamers": true
- },
- "title": "Show 'Open' button",
- "value": false,
- "icon": "fa-duotone fa-eye"
- }
- ]
- }
|