Webeconomia.it

Visita Webeconomia.it
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": "Webeconomia.it",
  "manifest_version": 2,
  "description": "Visita Webeconomia.it",
  "version": "2.1",
  "icons": {
    "128": "logo.png"
  },
  "app": {
    "urls": [
      "http://www.webeconomia.it/"
    ],
    "launch": {
      "web_url": "http://www.webeconomia.it/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}