Examine source code of Diario El Reflejo

Inspect and view changes in Diario El Reflejo source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Diario El Reflejo",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Muestra las Ășltimas noticias de Diario El Reflejo de Mendoza, Argentina",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/favicon.ico",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "http://www.diarioelreflejo.com/*"
  ]
}