Your Moments

Your Moments

Great backgrounds, daily quotes and it's all in your new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Your Moments",
  "version": "1.0.1",
  "description": "Great backgrounds, daily quotes and it's all in your new tab",
  "icons": {
    "16": "media/icon16.png",
    "18": "media/icon48.png",
    "128": "media/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}