Twee

Twee

Get taken away by some quote and a beautiful picture

Merlin
Additional files are visible only to premium users

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
  }
}