do:t | The daily dose of inspiration

do:t | The daily dose of inspiration

Get inspired by quotes on design every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "do:t | The daily dose of inspiration",
  "description": "Get inspired by quotes on design every time you open a new tab.",
  "version": "0.1.1",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  }
}