Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiryuu Sakuya
cangku-opensearch
Commits
8024c302
Verified
Commit
8024c302
authored
Jul 02, 2020
by
Kiryuu Sakuya
🎵
Browse files
Update link
parent
b50465bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
makexpi.sh
View file @
8024c302
#!/bin/bash
# Note: Version needs to be changed here to set it in pacakage.json, and in install.rdf for a release build. The .ignore file contains which files will not be added to xpi.
VERSION
=
"
1
.0"
VERSION
=
"
2
.0"
if
[
!
-d
"
$DIRECTORY
"
]
;
then
mkdir
dist
fi
...
...
manifest.json
View file @
8024c302
...
...
@@ -2,7 +2,7 @@
"description"
:
"Search your cangku resources in firefox."
,
"manifest_version"
:
2
,
"name"
:
"OpenSearch addon for 绅士仓库"
,
"version"
:
"
1
.0"
,
"version"
:
"
2
.0"
,
"homepage_url"
:
"https://git.251.sh/misaka00251/cangku-opensearch"
,
"icons"
:
{
"48"
:
"icons/border-48.png"
...
...
@@ -10,9 +10,9 @@
"chrome_settings_overrides"
:
{
"search_provider"
:
{
"name"
:
"绅士仓库"
,
"search_url"
:
"https://cangku.
m
oe/search/post?q={searchTerms}"
,
"search_url"
:
"https://cangku.o
n
e/search/post?q={searchTerms}"
,
"keyword"
:
"c"
,
"favicon_url"
:
"https://cangku.
m
oe/favicon.ico"
"favicon_url"
:
"https://cangku.o
n
e/favicon.ico"
}
},
"applications"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment