Ramallo Informa

Ramallo Informa

Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js",
      "config.js",
      "jquery.js",
      "jquery.nicescroll.js",
      "notify.js",
      "options.js",
      "popup.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/ico19.png",
    "default_popup": "popup.html",
    "default_title": "Las noticias primero. Ramallo Informa"
  },
  "content_security_policy": "script-src 'self' https://*.ramalloinforma.com.ar https://*.facebook.net https://*.facebook.com https://*.twitter.com https://*.google.com https://*.google-analytics.com; object-src 'self'",
  "default_locale": "es",
  "description": "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!",
  "icons": {
    "19": "images/ico19.png",
    "32": "images/ico32.png",
    "48": "images/ico48.png",
    "128": "images/ico128.png"
  },
  "manifest_version": 2,
  "name": "Ramallo Informa",
  "short_name": "ramalloinforma",
  "optional_permissions": [
    "background"
  ],
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.3",
  "web_accessible_resources": [
    "images/ico48.png"
  ]
}