Twee

Get taken away by some quote and a beautiful picture
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twee",
  "version": "3.14",
  "description": "Get taken away by some quote and a beautiful picture",
  "manifest_version": 2,
  "author": "Thuyet Ta",
  "permissions": [
    "topSites",
    "chrome://favicon/",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "short_name": "Twee",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}