US Citizenship - Civics Exam Prep

US Citizenship - Civics Exam Prep

Master the material for the US Citizenship - Civics Exam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "US Citizenship - Civics Exam Prep",
  "description": "Master the material for the US Citizenship - Civics Exam",
  "version": "4.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://optiqal.com/us-citizenship",
      "http://www.optiqal.com/us-citizenship"
    ],
    "launch": {
      "web_url": "http://optiqal.com/us-citizenship"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}