Skip to content

Commit

Permalink
Updated version without port-mapping. (Submitted like that to web store)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Feb 27, 2024
1 parent 4300efb commit cad192d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"matches": [
"*://*.openpodcast.dev/*",
"*://*.openpodcast.app/*",
"*://localhost:*/*"
"*://localhost/*"
],
"js": [
"openpodcast.js"
Expand Down
5 changes: 3 additions & 2 deletions src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"matches": [
"*://*.openpodcast.dev/*",
"*://*.openpodcast.app/*",
"*://localhost:*/*"
"*://localhost/*"
],
"js": [
"openpodcast.js"
Expand All @@ -28,7 +28,8 @@
"externally_connectable": {
"matches": [
"*://*.openpodcast.dev/*",
"*://*.openpodcast.app/*"
"*://*.openpodcast.app/*",
"*://localhost/*"
]
}
}

0 comments on commit cad192d

Please sign in to comment.