Loving Each Day

Loving Each Day

Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_l10nExtensionName__",
  "description": "__MSG_l10nExtensionDescription__",
  "version": "3.0",
  "incognito": "split",
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "start-page.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "geolocation",
    "storage",
    "https://*/",
    "<all_urls>",
    "https://msia.org/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": "script-src 'self' https://msia.org; object-src 'self'",
  "manifest_version": 2
}