Gratitude Flow: Happiness Dashboard

Gratitude Flow: Happiness Dashboard

Share and receive gratitude on your new tab page with real people around the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gratitude Flow: Happiness Dashboard",
  "description": "Share and receive gratitude on your new tab page with real people around the world.",
  "version": "0.0.0.14",
  "background": {
    "scripts": [
      "js/background/userQuote.js",
      "js/background/externalQuote.js",
      "js/background/updateLog.js",
      "js/background/newsLog.js",
      "js/background/updateImage.js",
      "js/vendor/jquery-3.2.1.min.js",
      "js/handlers/quotesHandler.js",
      "js/handlers/quotePublisher.js",
      "js/handlers/MindfulMomentHandler.js",
      "js/handlers/surveyHandler.js",
      "js/background/eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage",
    "https://*.gratitudeflow.io/*",
    "geolocation"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://embed.doorbell.io https://api.survicate.com/assets/survicate.js ; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "32": "logo.png"
    },
    "default_title": "Gratitude Flow"
  }
}