GoGo Productivity

GoGo Productivity

A set of simple tools to help you focus and stay productive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoGo Productivity",
  "version": "0.1.1",
  "description": "A set of simple tools to help you focus and stay productive",
  "icons": {
    "16": "assets/gogo16.png",
    "48": "assets/gogo48.png",
    "128": "assets/gogo.png"
  },
  "browser_action": {
    "default_icon": "assets/gogo.png",
    "default_title": "GoGo Productivity",
    "default_popup": "config.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "alarms",
    "notifications"
  ]
}