Pyrls

Pyrls

New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pyrls",
  "version": "1.1",
  "manifest_version": 3,
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "pyrls16.png",
    "48": "pyrls48.png",
    "128": "pyrls128.png"
  },
  "description": "New-tab extension brought to you by Pyrls. Includes a todo manager, daily pyrl, and rotating array of beautiful background images.",
  "action": {
    "default_icon": "pyrls128.png",
    "default_title": "Pyrls",
    "default_popup": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}