My Java Zone App

My Java Zone App

My Java Zone is a blog where you will find hundreds of projects, examples, explanations about using the Java programming language.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_nombre__",
  "description": "__MSG_descripcion__",
  "version": "1.0.3",
  "manifest_version": 2,
  "default_locale": "es",
  "icons": {
    "16": "iconoMJZ16.png",
    "48": "iconoMJZ48.png",
    "128": "iconoMJZ128.png"
  },
  "app": {
    "urls": [
      "http://myjavazone.com/"
    ],
    "launch": {
      "web_url": "http://myjavazone.com/"
    }
  }
}