Aurel f2d12068a0
Fix StarboundScans image loading by using data-src attribute (#10532)
Fix StarboundScans image loading by using data-src instead of src

- Update pageListParse to use data-src attribute for image URLs
- This fixes the IllegalArgumentException caused by data: URLs
- Aligns with Madara base implementation pattern
2025-10-03 00:00:19 +01:00

11 lines
225 B
Groovy

ext {
extName = 'Starbound Scans'
extClass = '.StarboundScans'
themePkg = 'madara'
baseUrl = 'https://starboundscans.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"