mustgo Window | Beautiful Places

mustgo Window | Beautiful Places

A New Tab page with beautiful places set as background and widgets that inspire you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "mustgo Window | Beautiful Places",
  "short_name": "mustgo Window",
  "version": "1.1.0",
  "description": "A New Tab page with beautiful places set as background and widgets that inspire you",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "mustgo Window"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com https://api.bing.com https://mustgo.io https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "index.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}