Sloth

Sloth

Sloth - an extension slowing down page loading to bring real user experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sloth",
  "description": "Sloth - an extension slowing down page loading to bring real user experience",
  "version": "1.0",
  "icons": {
    "16": "images/icon-16x16.png",
    "120": "images/icon-120x120.png"
  },
  "permissions": [
    "debugger",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "browser_action": {
    "default_title": "Sloth - slooow connection by default",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}