Ole.com.ar

Ole.com.ar

Seguí las noticias deportivas de Argentina y el mundo en tu Chrome como sólo Olé puede ofrecértelo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html",
    "default_title": "Ole.com.ar"
  },
  "content_security_policy": "script-src 'self' https://api-ssl.bitly.com/v3/shorten 'unsafe-eval'; object-src 'self' https://api-ssl.bitly.com/v3/shorten",
  "description": "Seguí las noticias deportivas de Argentina y el mundo en tu Chrome como sólo Olé puede ofrecértelo.",
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "21",
  "name": "Ole.com.ar",
  "offline_enabled": false,
  "permissions": [
    "http://www.ole.com.ar/rss/index.rss",
    "tabs",
    "notifications",
    "storage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    "images/loading.gif",
    "images/sprite-app.png",
    "manifest.json"
  ]
}