Skip to content

Commit 673c9e0

Browse files
committed
feat: Add custom button and update generator URLs
- Added _customButtons with 'Generate Plugin' button - Updated all URLs to grayjay-sources organization - Updated scriptUrl to script.js (lowercase) - Updated generator URL in note
1 parent fe0b823 commit 673c9e0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

sources.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,10 +2289,10 @@
22892289
"description": "Universal generator for German streaming sites using S.to/Aniworld framework - Create custom plugins for any compatible site",
22902290
"author": "Bluscream, Cursor.AI",
22912291
"authorUrl": "https://github.com/Bluscream",
2292-
"platformUrl": "https://bluscream.github.io/grayjay-source-sto-like/",
2293-
"sourceUrl": "https://bluscream.github.io/grayjay-source-sto-like/",
2294-
"repositoryUrl": "https://github.com/Bluscream/grayjay-source-sto-like",
2295-
"scriptUrl": "./StoLikeScript.js",
2292+
"platformUrl": "https://grayjay-sources.github.io/grayjay-source-sto-like/",
2293+
"sourceUrl": "https://grayjay-sources.github.io/grayjay-source-sto-like/",
2294+
"repositoryUrl": "https://github.com/grayjay-sources/grayjay-source-sto-like",
2295+
"scriptUrl": "./script.js",
22962296
"version": 1,
22972297
"iconUrl": "./docs/sto-like-icon.svg",
22982298
"id": "8e4d9c5a-1b3f-4e2c-9d8a-7f6e5c4b3a2d",
@@ -2310,7 +2310,14 @@
23102310
"Support for custom base URLs"
23112311
]
23122312
},
2313-
"note": "⚠️ This is a generator tool! Visit https://bluscream.github.io/grayjay-source-sto-like/ to create your custom plugin"
2313+
"note": "⚠️ This is a generator tool! Visit https://grayjay-sources.github.io/grayjay-source-sto-like/ to create your custom plugin",
2314+
"_customButtons": [
2315+
{
2316+
"text": "Generate Plugin",
2317+
"url": "https://grayjay-sources.github.io/grayjay-source-sto-like/",
2318+
"classes": "btn-secondary"
2319+
}
2320+
]
23142321
},
23152322
{
23162323
"name": "Sample",

0 commit comments

Comments
 (0)