Vision board new tab app

Vision board new tab app

Vision your goals and make it happen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vision board new tab app",
  "short_name": "Vision board new tab",
  "author": "Viktor Magaev",
  "description": "Vision your goals and make it happen",
  "version": "3.0.4",
  "icons": {
    "128": "128-dash.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "chrome://favicon/"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://api.flickr.com https://www.linkedin.com https://api.pinterest.com https://graph.facebook.com 'sha256-18j9+nErtuKtcSwKvHjJxqQJK1kCjNV0fFqZIbKBDDY='; object-src 'self'",
  "default_locale": "en"
}