Leonard's Pond

Leonard's Pond

The story of Leonard the Lion and his troubles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Leonard's Pond",
  "description": "The story of Leonard the Lion and his troubles",
  "version": "0.1",
  "offline_enabled": true,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  }
}