Fun Free Arcade Games

Fun Free Arcade Games

Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fun Free Arcade Games",
  "version": "2.3.3",
  "description": "Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    "*.jpg",
    "*.png",
    "*.gif"
  ]
}