Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
kp as source
Browse files Browse the repository at this point in the history
  • Loading branch information
k03mad committed Jan 25, 2024
1 parent c8174da commit e4abdce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lampa Plugins

Добавляет дополнительный магазин плагинов из этого репозитория в настройки \
Дополнительное меню выбора плагинов из этого репозитория \
`https://cdn.jsdelivr.net/gh/k03mad/lampa/public/plugins/store.js` \
Добавляет меню "Мультфильмы" и "Аниме" после "Сериалы" \
— Мультфильмы и Аниме после Сериалов \
`https://cdn.jsdelivr.net/gh/k03mad/lampa/public/plugins/mult.js`
20 changes: 13 additions & 7 deletions public/store/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,32 @@
"secuses": true,
"results": [
{
"title": "Mad",
"title": "My",
"results": [
{
"name": "Мультфильмы",
"name": "Мультфильмы и Аниме после Сериалов",
"author": "https://github.com/k03mad/lampa",
"descr": "Меню \"Мультфильмы\" и \"Аниме\" после \"Сериалы\"",
"link": "https://cdn.jsdelivr.net/gh/k03mad/lampa/public/plugins/mult.js",
"available_lampa": 1
}
]
},
{
"title": "Alt Store",
"title": "Various",
"results": [
{
"link": "https://skaztv.online/store.js",
"name": "Альтернативный магазин плагинов",
"author": "https://github.com/lampaplugins/store",
"link": "https://lampaplugins.github.io/store/store.js",
"available_lampa": 1
},
{
"name": "Источник КиноПоиск",
"author": "https://github.com/nb557/plugins",
"link": "https://nb557.github.io/plugins/kp_source.js",
"available_lampa": 1
}
],
"hpu": "others"
]
}
]
}

0 comments on commit e4abdce

Please sign in to comment.