Inspiring Todo App

Inspiring Todo App

Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Inspiring Todo App",
  "description": "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.",
  "version": "2.0.3",
  "author": "Dan Pantinople",
  "action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Get inspired now!"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "background"
  ],
  "host_permissions": [
    "https://*.unsplash.com/*",
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https://ida-todo-app.firebaseio.com  https://www.google-analytics.com https://www.googletagmanager.com"
  }
}