Pacer

Pacer

A productivity tool that nudges you every X minutes to help pace yourself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pacer",
  "version": "0.2.1",
  "manifest_version": 2,
  "author": "Falcon Dai",
  "icons": {
    "128": "/assets/image/logo.png"
  },
  "description": "A productivity tool that nudges you every X minutes to help pace yourself.",
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "web_accessible_resources": [
    "/assets/image/logo.png"
  ]
}