Skip to content

Commit

Permalink
Merge pull request #5 from moneymeets/feature/update-allowed-hosts
Browse files Browse the repository at this point in the history
fix(background): remove old dev domain
  • Loading branch information
marns93 authored Sep 18, 2024
2 parents 89684c6 + ec625ed commit 6dfa5bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

const allowedHosts = [
'dev.moneymeets.net',
'beratung.dev',
'beratung.show',
'beratung.io'
Expand Down
1 change: 0 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"content_scripts": [
{
"matches": [
"https://*.dev.moneymeets.net/*",
"https://*.beratung.dev/*",
"https://*.beratung.show/*",
"https://*.beratung.io/*"
Expand Down

0 comments on commit 6dfa5bf

Please sign in to comment.