Giotech App

app Giotech per i clienti
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": "Giotech App",
  "description": "app Giotech per i clienti",
  "version": "1.0.5",
  "chrome_settings_overrides": {
    "homepage": "https://blog.giotech.net"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "giotech.png"
  }
}