New Tab Motivational Quotes

New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://c.amazon-adsystem.com object-src",
  "name": "New Tab Motivational Quotes",
  "manifest_version": 2,
  "description": "An extension which shows motivating quotes on the new tab page.",
  "author": "Shivank Gandhi",
  "version": "1.6.0",
  "incognito": "split",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}