Timewarp

Timewarp

Timewarp kindly reminds you not to procrastinate when you need to get things done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Timewarp",
  "short_name": "Timewarp",
  "version": "3.0",
  "description": "Timewarp kindly reminds you not to procrastinate when you need to get things done.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    "Timewarp-Icon.ttf",
    "icon48.png",
    "mindful-goals-logo.png",
    "Inter-Bold.woff",
    "Inter-Bold.woff2",
    "Inter-Medium.woff",
    "Inter-Medium.woff2",
    "Inter-Regular.woff2",
    "Inter-Regular.woff"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}