Skip to content

Commit

Permalink
add: start_url in manifest.json, fix >ghu <user> vs >ghui <user_id>
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Jul 27, 2023
1 parent 8f1ec25 commit 118c626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "Find!",
"short_name": "Find",
"display": "standalone",
"icon": "./assets/find-logo.svg"
"icon": "./assets/find-logo.svg",
"start_url": "/"
}
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ export class I4kFindSymbols {
ghr: "https://api.github.com/repos/{}",
ghsr: "https://api.github.com/search/repositories?page=1&per_page=100&q=fork:true+{}",
ghsrt: "https://api.github.com/search/repositories?page=1&per_page=100&q=fork:true+topic:{}+{}",
ghu: "https://api.github.com/user/{}",
ghu: "https://api.github.com/users/{}",
ghuid: "https://api.github.com/user/{}",
/* gitlab */
gl: "https://docs.gitlab.com/ee/api/rest/?suggestion=add-api-json-root#note=wikip-has-txt",
glg: "https://gitlab.com/api/v4/groups/{}",
Expand Down

0 comments on commit 118c626

Please sign in to comment.