MySpeed

MySpeed

MySpeed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MySpeed",
  "version": "1.5",
  "manifest_version": 2,
  "description": "MySpeed",
  "homepage_url": "https://gospeedcheck.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "assets/jquery.min.js",
      "assets/js.cookie.min.js",
      "assets/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "MySpeed",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://*.sharethis.com; object-src 'self'",
  "omnibox": {
    "keyword": "MySpeed"
  },
  "web_accessible_resources": [],
  "permissions": [
    "http://gospeedcheck.com/*",
    "https://gospeedcheck.com/*",
    "storage",
    "unlimitedStorage"
  ]
}