Crypto Start

Crypto Start

Start your new tab with a personalized dashboard with Cryptocurrency prices,todos list and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Start",
  "start_url": "./index.html",
  "display": "browser",
  "description": "Start your new tab with a personalized dashboard with Cryptocurrency prices,todos list and much more!",
  "version": "1.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/icon-16.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "wallpaper"
  ]
}