Examine source code of Subte

Inspect and view changes in Subte 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": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Subte",
  "version": "0.29",
  "description": "Estado del subte",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "Subte",
    "default_popup": "popup/subte.html"
  },
  "permissions": [
    "http://www.metrovias.com.ar/",
    "http://subte-data.null.com.ar/",
    "alarms"
  ],
  "background": {
    "scripts": [
      "popup/jquery-3.1.1.min.js",
      "helper.js",
      "background.js"
    ]
  }
}