Simple Todo

Simple Todo

Replace the newtab page with a simple todo list

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Simple Todo",
  "version": "1.9.0",
  "description": "Replace the newtab page with a simple todo list",
  "icons": {
    "48": "build/icons/48x48.png",
    "128": "build/icons/128x128.png"
  },
  "author": "Arnelle Balane",
  "homepage_url": "https://simple-todo.arnelle.me",
  "chrome_url_overrides": {
    "newtab": "build/index.html"
  },
  "permissions": [
    "https://simple-todo.arnelle.me/"
  ],
  "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline' https://use.typekit.net https://p.typekit.net; font-src 'self' https://use.typekit.net; img-src 'self' data: blob: https://simple-todo.arnelle.me; script-src 'self'; connect-src 'self' https://simple-todo.arnelle.me https://images.unsplash.com https://umami.patootie.app https://sentry.patootie.app",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}