MapClass

MapClass

App that helps students learn the locations, capitals, nicknames, and flags of states in the United States

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MapClass",
  "version": "1.3",
  "description": "App that helps students learn the locations, capitals, nicknames, and flags of states in the United States",
  "browser_action": {
    "default_icon": "icon24.png"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}