Math Flashcard Game

Math Flashcard Game

Solve as many math problems as possible in a given time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Math Flashcard Game",
  "version": "0.1.0",
  "description": "Solve as many math problems as possible in a given time!",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "offline_enabled": true,
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}