Daily Coach - Frasi sul Coaching

Daily Coach - Frasi sul Coaching

Daily Coach - Tutte le più belle frasi sul Coaching e sulla Crescita Personale - Prometeo Coaching.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Coach - Frasi sul Coaching",
  "short_name": "Daily Coach",
  "description": "Daily Coach - Tutte le più belle frasi sul Coaching e sulla Crescita Personale - Prometeo Coaching.",
  "version": "1.1.4",
  "minimum_chrome_version": "23",
  "offline_enabled": true,
  "browser_action": {
    "default_icon": {
      "19": "19.png",
      "38": "38.png",
      "128": "128.png"
    },
    "default_title": "Daily Coach - Frasi sul Coaching",
    "default_popup": "index.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "omnibox": {
    "keyword": "Daily Coach"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity",
    "<all_urls>"
  ]
}