This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| if (!window.Lampa) return; | |
| function start() { | |
| console.log('Liza plugin OK'); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| if (!window.Lampa) return; | |
| function startPlugin() { | |
| console.log('Liza plugin loaded'); | |
| if (Lampa.SettingsApi) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| 'use strict'; | |
| if (!window.Lampa) return; | |
| const manifest = { | |
| type: 'other', | |
| version: '1.0.0', | |
| name: 'Liza Stream', | |
| description: 'Быстрый доступ к онлайн кинотеатрам', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| 'use strict'; | |
| if (!window.Lampa) return; | |
| function start() { | |
| console.log('Plugin started'); | |
| Lampa.SettingsApi.addComponent({ | |
| component: 'liza_online', |