Color Coded

Color Coded

Game I made for a school project

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color Coded",
  "description": "Game I made for a school project",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "offline_enabled": true
}