Skip to content

Commit

Permalink
fix: update homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Nov 3, 2019
1 parent 460958a commit 102ff19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/background/initialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function onInstalled({
if (
!(await storage.sync.get('hasInstructionsShown')).hasInstructionsShown
) {
openURL('https://saladict.crimx.com/notice/')
openURL('https://saladict.crimx.com/notice.html')
storage.sync.set({ hasInstructionsShown: true })
}
} else if (reason === 'update') {
Expand Down
2 changes: 1 addition & 1 deletion src/components/WordPage/ExportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class ExportModalBody extends React.Component<
<p className="export-Description">
{t('export.description')}
<a
href="https://saladict.crimx.com/anki/"
href="https://saladict.crimx.com/anki.html"
target="_blank"
rel="nofollow noopener noreferrer"
>
Expand Down
1 change: 0 additions & 1 deletion src/manifest/chrome.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"chrome_style": false
},
"incognito": "split",
"homepage_url": "https://chrome.google.com/webstore/detail/cdonnmffkdaoajfknoeeecmchibpmkmg?hl=en",
"update_url": "https://clients2.google.com/service/update2/crx",
"minimum_chrome_version": "60"
}

0 comments on commit 102ff19

Please sign in to comment.