GeoProbe | World Map Game

GeoProbe | World Map Game

Test your geography knowledge of cities and landmarks on the world map!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GeoProbe | World Map Game",
  "manifest_version": 3,
  "version": "7.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "description": "Test your geography knowledge of cities and landmarks on the world map!",
  "action": {
    "default_popup": "Popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ]
    }
  ]
}