mirror of
https://github.com/jonasrafa/kunkun-ext-google-search.git
synced 2025-04-03 01:36: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",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"author": "Jonas Almeida",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jonasrafa/kunkun-ext-google-search"
|
||||
},
|
||||
"kunkun": {
|
||||
"name": "Google Search",
|
||||
"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": {
|
||||
"type": "iconify",
|
||||
"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