Skip to content

Commit

Permalink
feat: add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 20, 2023
1 parent a79281e commit d0d5315
Show file tree
Hide file tree
Showing 7 changed files with 284 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Replace Maps

<img src="icons/plain.svg" alt="Map consisting of two parts. Left side is made of colored polygons. Right side is rounder and more like an actual map. In the middle on top of both is a slider activated to the right side" align="right" style="border-radius: 5%;" />

Replace Google Maps iframes with OSM
Binary file added icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions icons/inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions icons/plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"description": "Replaces Google Maps iframes with OSM",
"description": "Replace 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"
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"content_scripts": [
{
Expand Down

0 comments on commit d0d5315

Please sign in to comment.