Update README and package version for Kunkun Extension Hacker News

This commit is contained in:
Huakun Shen 2025-01-18 22:27:08 -05:00
parent 77e916d209
commit d557e0991a
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,6 @@
## Kunkun Extension Hacker News ## Kunkun Extension Hacker News
- NPM Package: https://www.npmjs.com/package/kunkun-ext-hacker-news
- Store: https://kunkun.sh/store/hacker-news
![](https://i.imgur.com/dMHapVA.png)

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.kunkun.sh/", "$schema": "https://schema.kunkun.sh/",
"version": "0.0.8", "version": "0.0.9",
"name": "kunkun-ext-hacker-news", "name": "kunkun-ext-hacker-news",
"repository": "https://github.com/kunkunsh/kunkun-ext-hacker-news", "repository": "https://github.com/kunkunsh/kunkun-ext-hacker-news",
"type": "module", "type": "module",
@ -14,7 +14,9 @@
"value": "fa:hacker-news" "value": "fa:hacker-news"
}, },
"longDescription": "", "longDescription": "",
"demoImages": [], "demoImages": [
"https://i.imgur.com/dMHapVA.png"
],
"permissions": [ "permissions": [
{ {
"permission": "open:url", "permission": "open:url",