daylight

daylight

Write down notes directly on the new tab page of your Google Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "daylight",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Write down notes directly on the new tab page of your Google Chrome browser.",
  "author": "Noel Earvin Piamonte",
  "homepage_url": "https://earvinpiamonte.com/daylight",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "120": "images/icon120.png",
    "128": "images/icon128.png",
    "512": "images/icon512.png"
  },
  "options_page": "settings.html",
  "chrome_url_overrides": {
    "newtab": "app.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ]
}