CA Motivator

CA Motivator

This Extension is used for Cloud analogy User

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CA Motivator",
  "short_name": "Motivator",
  "version": "1.1.0",
  "description": "This Extension is used for Cloud analogy User",
  "icons": {
    "16": "Images/icon-16.png",
    "128": "Images/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/motivator.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "Images/icon-16.png",
    "default_title": "Motivator"
  },
  "permissions": [
    "geolocation",
    "unlimitedStorage",
    "*://*.yahooapis.com/*",
    "*://*.momentumdash.com/*",
    "storage",
    "http://*/*",
    "https://*/*",
    "https://www.google.com/"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites",
    "chrome://favicon/"
  ]
}