Dashify - New Tab Crypto NFT Dashboard

Dashify - New Tab Crypto NFT Dashboard

Personalized new tab dashboard with breathtaking photography & 1/1 NFTs, todos, quicklinks, Crypto & NFT widgets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dashify - New Tab Crypto NFT Dashboard",
  "short_name": "Dashify",
  "version": "0.0.16",
  "offline_enabled": true,
  "description": "Personalized new tab dashboard with breathtaking photography & 1/1 NFTs, todos, quicklinks, Crypto & NFT widgets",
  "icons": {
    "16": "assets/images/logo16.png",
    "48": "assets/images/logo48.png",
    "128": "assets/images/logo128.png"
  },
  "browser_action": {
    "default_icon": "assets/images/logo48.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.firebaseio.com https://checkout.stripe.com/checkout.js https://www.google-analytics.com/analytics.js https://www.gstatic.com/ https://www.googleapis.com; object-src 'self'",
  "background": {
    "scripts": [
      "assets/firebase-app.js",
      "assets/firebase-auth.js",
      "assets/firebase-database.js",
      "assets/firebase-storage.js",
      "assets/firebase-messaging.js",
      "assets/background.js"
    ],
    "persistent": true
  },
  "homepage_url": "https://www.dashify.me/",
  "web_accessible_resources": [
    "assets/*"
  ],
  "permissions": [
    "background",
    "storage",
    "topSites",
    "unlimitedStorage",
    "https://api.dashify.me/*",
    "https://favicongrabber.com/api/grab/*",
    "https://api.forismatic.com/api/1.0/*",
    "https://translate.googleapis.com/*",
    "https://api.darksky.net/*",
    "https://cloud.iexapis.com/*",
    "https://api.iextrading.com/1.0/*",
    "https://api.seatgeek.com/2/*",
    "https://www.cryptocompare.com/*",
    "https://dashifyme09238.ipage.com/*",
    "geolocation"
  ],
  "optional_permissions": [
    "history",
    "bookmarks"
  ],
  "oauth2": {
    "client_id": "384735976004-0jp1tqvk7l835mviluajd315ntp3s35o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}