Pesto aioli

Pesto aioli

An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pesto aioli",
  "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles",
  "version": "0.1.5",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "100": "icon100.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "favicon.ico",
    "48": "favicon.ico",
    "128": "favicon.ico"
  },
  "permissions": [
    "storage"
  ]
}