Github Keep-Alive

Github Keep-Alive

If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Github Keep-Alive",
  "version": "1.1",
  "description": "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.",
  "author": "Iman Gowhari <[email protected]>",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://github.com/"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    }
  }
}