Moments

Moments

Dynamic Landing Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Moments",
  "description": "Dynamic Landing Page",
  "version": "1.0.0",
  "icons": {
    "128": "Moments_Logo.png"
  },
  "browser_action": {
    "default_icon": "Moments_Logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}