Perspective - New Tab

Perspective - New Tab

Beat procrastination, follow deadlines, and keep track of time in general.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Perspective - New Tab",
  "description": "Beat procrastination, follow deadlines, and keep track of time in general.",
  "version": "2.1.1",
  "short_name": "Perspective",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "notifications"
  ]
}