SquarePage

SquarePage

Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SquarePage",
  "short_name": "SquarePage",
  "description": "Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more!",
  "version": "6.2.3",
  "manifest_version": 2,
  "icons": {
    "16": "assets/images/start-16x16.png",
    "32": "assets/images/start-32x32.png",
    "128": "assets/images/start-128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/helpers/jquery.ajax.js",
      "js/helpers/Helpers.js",
      "js/helpers/Storage.js",
      "js/helpers/Device.js",
      "js/helpers/TabMonitor.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "https://app.squaresearch.com/*"
  ],
  "optional_permissions": [
    "bookmarks",
    "topSites"
  ],
  "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data: https://app.squaresearch.com https://app.squaresearch.com; connect-src 'self' https://app.squaresearch.com; media-src 'self' https://app.squaresearch.com; script-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}