Skip to content

komicaviewer/extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsHub Extensions

This repository hosts packaged extension APKs for NewsHub.

Structure

  • repo.json — Repository metadata (name, description, baseUrl)
  • index.json — Index of all available extensions
  • apk/ — Extension APK files (named by package name)
  • icon/ — Extension icon PNG files (named by package name)

File Formats

repo.json

{
  "name": "NewsHub Extensions",
  "description": "...",
  "baseUrl": "https://raw.githubusercontent.com/komicaviewer/extensions/main"
}

index.json

[
  {
    "pkg": "tw.kevinzhang.extension.gamer",
    "name": "Gamer",
    "versionCode": 1,
    "versionName": "1.0",
    "lang": "zh-TW",
    "apkName": "tw.kevinzhang.extension.gamer-v1.apk",
    "iconName": "tw.kevinzhang.extension.gamer.png",
    "sha256": "<sha256-hex>",
    "sources": [
      {
        "id": "tw.kevinzhang.gamer",
        "name": "Gamer",
        "lang": "zh-TW",
        "baseUrl": "https://forum.gamer.com.tw"
      }
    ]
  }
]

APK download URL: {baseUrl}/apk/{apkName} Icon URL: {baseUrl}/icon/{iconName}

Usage in NewsHub App

Add this repository URL in the NewsHub app settings:

https://github.com/komicaviewer/extensions

The app resolves raw content URLs automatically.

Publishing

Extensions are built and published automatically by CI in extensions-source.

About

Extension repository for NewsHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors