Epiboard - New Tab

Epiboard - New Tab

A new tab page adding a touch of WOW whith an interface following the lines of material design, One card for each need

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Epiboard",
  "description": "__MSG_appDesc__",
  "author": "Alexays",
  "version": "1.7.3",
  "icons": {
    "16": "imgs/icon16.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "geolocation",
    "management",
    "https://trends.google.com/trends/hottrends/visualize/internal/data"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'",
  "optional_permissions": [
    "https://*/",
    "http://*/",
    "system.cpu",
    "system.memory",
    "system.storage",
    "sessions",
    "tabs",
    "browsingData",
    "downloads",
    "downloads.open",
    "topSites",
    "identity",
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}