Examine source code of FootballDates

Inspect and view changes in FootballDates 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",
  "name": "FootballDates",
  "version": "1.5.1",
  "manifest_version": 2,
  "author": "hegispok",
  "description": "¡Sigue a tus equipos favoritos y no te pierdas ni un solo partido!",
  "permissions": [
    "storage",
    "notifications",
    "*://www.google.com/*"
  ],
  "icons": {
    "16": "images/Logos/logo16.png",
    "48": "images/Logos/logo48.png",
    "128": "images/Logos/logo128.png"
  },
  "browser_action": {
    "default_icon": "images/Logos/logo48.png",
    "default_popup": "html/popup.html",
    "default_title": "FootballDates"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery.min.js",
      "js/moment.js"
    ],
    "persistent": true
  }
}