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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pyrls",
  "version": "3.049",
  "manifest_version": 2,
  "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.",
  "browser_action": {
    "default_icon": "pyrls128.png",
    "default_title": "Pyrls",
    "default_popup": "index.html"
  }
}