Moderamic: Todo, Task Manager, & Block sites

Moderamic: Todo, Task Manager, & Block sites

A beautiful start page that helps you stay productive and accomplish your tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moderamic: Todo, Task Manager, & Block sites",
  "short_name": "Moderamic",
  "description": "A beautiful start page that helps you stay productive and accomplish your tasks.",
  "version": "2.1",
  "permissions": [
    "https://*/",
    "http://*/",
    "https://secure.flickr.com/",
    "management",
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "js/server.js",
      "js/data.js",
      "js/background.js"
    ]
  },
  "icons": {
    "128": "imgs/favicon.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com blob: filesystem:; object-src 'self' blob: filesystem:;"
}