Pinger

Pinger

Prevent dynos from falling asleep.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pinger",
  "version": "1.0.1",
  "description": "Prevent dynos from falling asleep.",
  "icons": {
    "16": "assets/icon/d16.png",
    "48": "assets/icon/d48.png",
    "128": "assets/icon/d128.png"
  },
  "background": {
    "scripts": [
      "assets/jquery-3.1.1.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_assets/icon": {
      "19": "assets/icon/d19.png",
      "38": "assets/icon/d38.png"
    },
    "default_title": "Pinger",
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "*://*/*",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ]
}