I Love Calcio

I Love Calcio

Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I Love Calcio",
  "description": "Segui la tua squadra di I Love Calcio grazie alle notifiche in tempo reale.",
  "version": "1.0.9",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "*://ilovecalcio.fanpage.it/*",
    "*://www.facebook.com/*",
    "notifications",
    "storage",
    "tabs",
    "cookies"
  ],
  "browser_action": {
    "default_icon": "icon2.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "config.js",
      "socket.io.js",
      "background.js"
    ]
  }
}