chore: update mathes websit url
This commit is contained in:
parent
c9b60fc6d4
commit
2423540675
2 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ export default defineContentScript({
|
|||
cssInjectionMode: 'ui',
|
||||
runAt: 'document_end',
|
||||
matches: ['https://*/*'],
|
||||
|
||||
excludeMatches: ['*://localhost/*', '*://127.0.0.1/*'],
|
||||
async main(ctx) {
|
||||
const store = Remesh.store({
|
||||
externs: [IndexDBStorageImpl, BrowserSyncStorageImpl, PeerRoomImpl, ToastImpl],
|
||||
|
|
|
@ -11,12 +11,12 @@ export default defineConfig({
|
|||
startUrls: ['https://www.example.com/']
|
||||
},
|
||||
manifest: {
|
||||
permissions: ['storage'],
|
||||
browser_specific_settings: {
|
||||
gecko: {
|
||||
id: 'molvqingtai@gmail.com'
|
||||
}
|
||||
}
|
||||
permissions: ['storage']
|
||||
// browser_specific_settings: {
|
||||
// gecko: {
|
||||
// id: 'molvqingtai@gmail.com'
|
||||
// }
|
||||
// }
|
||||
},
|
||||
vite: (env) => ({
|
||||
define: {
|
||||
|
|
Loading…
Reference in a new issue