mirror of
https://github.com/jonasrafa/kunkun-ext-google-search.git
synced 2025-04-03 17:56:45 +00:00
Add author and repository details, include demo images for Google Search extension
This commit is contained in:
parent
63d4643a14
commit
a976bb5444
10
package.json
10
package.json
@ -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
BIN
public/screenshot2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user