Skip to content

Commit

Permalink
feat: init extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 20, 2023
0 parents commit 30e1bf7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Replace Maps

Replace Google Maps iframes with OSM
21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"description": "Replaces Google Maps iframes with OSM",
"manifest_version": 2,
"name": "Replace Maps",
"version": "1.0",
"homepage_url": "https://github.com/nobkd/replace-maps",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": [
"http://*",
"https://*"
],
"js": [
"replace.js"
]
}
]
}
Empty file added replace.js
Empty file.

0 comments on commit 30e1bf7

Please sign in to comment.