Часы Google Chrome ™

Часы Google Chrome ™

Часы Google Chrome ™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Часы Google Chrome ™",
  "description": "Часы Google Chrome ™",
  "version": "3.1",
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "storage"
  ]
}