Examine source code of Simet[dev]

Inspect and view changes in Simet[dev] 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",
  "version": "0.1.14",
  "name": "Simet[dev]",
  "description": "O SIMET é um sistema que realiza testes de desempenho em redes com acesso a Internet, mantido pelo NIC.br.",
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "offline_enabled": false,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7onMpVH8iFQ1U2dIMz1rNEWuC9yKZ2pIohV3s9dGsujXLrSRpbGKz2vZukhkPYTr553ubVlAijWUbS9a6zlEzwU+MTBkkfN+THbfR26pzpW0Q4wqhFzofcm6J3igQcGqR5rxhXvt2jBZ+x7suOgTHYAH1cngiIY68wFKPrKmHi3lvoUbIvAOjPCD86MMAqRbtc/zYcxFxMl28t2Eb0UMHHqWxLN5kJD0cHgil637t7njhSvX2wQF2OzOA2h3/Y0CreLWq7j3aOuUfqySMD07wGWWswlsCnlVskXbmMmL0KOEFG5myHxYcbX7No9VIej/qd72O6H7gZkhQ0H+tTZgwIDAQAB",
  "icons": {
    "16": "simet-icon-16.png",
    "128": "simet-icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "module.js",
        "index.js"
      ],
      "persistent": false
    }
  },
  "url_handlers": {
    "simet": {
      "matches": [
        "http://simet-lab.ceptro.br/plugin.html"
      ],
      "title": "Simet client"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://simet-lab.ceptro.br/*"
    ]
  },
  "sockets": {
    "udp": {
      "send": [
        "*:*"
      ],
      "bind": [
        "*:*"
      ]
    },
    "tcp": {
      "connect": [
        "*:*",
        "*:*"
      ]
    }
  },
  "permissions": [
    "geolocation",
    {
      "socket": [
        "network-state",
        "tcp-connect",
        "resolve-host",
        "udp-bind:*:*",
        "udp-send-to:*:*"
      ]
    }
  ],
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    }
  ]
}