Giorgiotave.it Notifications

Giorgiotave.it Notifications

Per tenerti aggiornato sulle novità del magazine GT istantaneamente.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Giorgiotave.it Notifications",
  "description": "Per tenerti aggiornato sulle novità del magazine GT istantaneamente.",
  "version": "0.3",
  "icons": {
    "16": "gt-16.png",
    "128": "gt-128.png"
  },
  "browser_action": {
    "default_title": "",
    "default_icon": "gt-16.png",
    "default_popup": "window.html"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "http://www.giorgiotave.it/",
    "http://pipes.yahoo.com/"
  ]
}