My Java Zone Extension

My Java Zone Extension

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_nombre__",
  "description": "__MSG_descripcion__",
  "version": "1.0.0",
  "manifest_version": 2,
  "default_locale": "es",
  "icons": {
    "16": "iconoMJZ16.png",
    "48": "iconoMJZ48.png",
    "128": "iconoMJZ128.png"
  },
  "permissions": [
    "http://www.myjavazone.com/feeds/posts/default?alt=rss",
    "http://*.blogspot.com/*"
  ],
  "browser_action": {
    "default_icon": "iconoMJZ19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}