QuizCards: US Capitals

QuizCards: US Capitals

Use these interactive browser-based flash cards to easily learn the US capitals.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QuizCards: US Capitals",
  "version": "3.0.0",
  "manifest_version": 3,
  "description": "Use these interactive browser-based flash cards to easily learn the US capitals.",
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_title": "Show the next flash card!",
    "default_icon": "browser_icon.png",
    "default_popup": "popup.html"
  }
}