M-Lab Measure

M-Lab Measure

Measure your Internet connection using M-Lab's Open Internet Measurement tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "M-Lab Measure",
  "description": "Measure your Internet connection using M-Lab's Open Internet Measurement tools.",
  "version": "0.21",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "lib/ionic/js/ionic.bundle.js",
      "lib/angular-aria/angular-aria.js",
      "lib/ngCordova/dist/ng-cordova.js",
      "js/constants.js",
      "js/services.js",
      "js/services/backgroundService.js",
      "js/services/chartService.js",
      "js/services/clientService.js",
      "js/services/customScheduleService.js",
      "js/services/historyService.js",
      "js/services/measurementService.js",
      "js/services/mlabService.js",
      "js/services/networkService.js",
      "js/services/scheduleService.js",
      "js/services/settingsService.js",
      "js/services/sharingService.js",
      "js/services/storageService.js",
      "js/services/uploadService.js",
      "js/support.js",
      "js/support/chromeApp/appLauncher.js",
      "js/support/chromeApp/appSupport.js",
      "js/support/chromeApp/appBackground.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "background",
    "unlimitedStorage"
  ]
}