US States Map Quiz Game

US States Map Quiz Game

Educational game for studying and testing the knowledge of United States geography

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "US States Map Quiz Game",
  "manifest_version": 3,
  "short_name": "USA Map Quiz",
  "description": " Educational game for studying and testing the knowledge of United States geography",
  "version": "1.0.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "favicon_16_16.ico"
  },
  "icons": {
    "32": "us_flag32.png",
    "48": "us_quiz_48.png",
    "128": "us_quiz_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}