Enjoy Dash

Enjoy Dash

Turns browser home screen into stunning wallpaper dashboard and live local weather forecast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Enjoy Dash",
  "version": "1.3.0",
  "description": "Turns browser home screen into stunning wallpaper dashboard and live local weather forecast",
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com https://storage.googleapis.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}