Mahalo

Mahalo

Preserve cherished memories and organize your plans in a single, convenient digital haven.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_shortName__",
  "manifest_version": 2,
  "version": "1.2.0",
  "incognito": "spanning",
  "default_locale": "en",
  "offline_enabled": true,
  "homepage_url": "https://goodplan.app",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "favicon/daily_notes_16px.png",
    "32": "favicon/daily_notes_32px.png",
    "48": "favicon/daily_notes_48px.png",
    "128": "favicon/daily_notes_128px.png",
    "512": "favicon/daily_notes_512px.png"
  },
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com https://apis.google.com https://www.googleapis.com https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "Mahalo",
    "default_icon": {
      "16": "favicon/daily_notes_16px.png",
      "24": "favicon/daily_notes_24px.png",
      "32": "favicon/daily_notes_32px.png",
      "128": "favicon/daily_notes_128px.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "identity",
    "geolocation",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "libs-background.js",
      "common.js",
      "sync.js",
      "background.js"
    ],
    "persistent": true
  },
  "oauth2": {
    "client_id": "882724550435-lbiba81v91ub5oum5mfbs0k3rp3m88q2.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly",
      "https://www.googleapis.com/auth/calendar.events.readonly"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}