Add author and repository details, include demo images for Google Search extension

This commit is contained in:
Jonas Almeida 2025-03-07 11:55:05 -03:00
parent 63d4643a14
commit a976bb5444
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,11 @@
"version": "0.0.10", "version": "0.0.10",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"author": "Jonas Almeida",
"repository": {
"type": "git",
"url": "https://github.com/jonasrafa/kunkun-ext-google-search"
},
"kunkun": { "kunkun": {
"name": "Google Search", "name": "Google Search",
"shortDescription": "Google search with autosuggestions", "shortDescription": "Google search with autosuggestions",
@ -24,7 +29,10 @@
] ]
} }
], ],
"demoImages": [], "demoImages": [
"https://raw.githubusercontent.com/jonasrafa/kunkun-ext-google-search/refs/heads/main/public/screenshot.jpg",
"https://raw.githubusercontent.com/jonasrafa/kunkun-ext-google-search/refs/heads/main/public/screenshot2.jpg"
],
"icon": { "icon": {
"type": "iconify", "type": "iconify",
"value": "flat-color-icons:google" "value": "flat-color-icons:google"

BIN
public/screenshot2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB