greetme

greetme

Gorgeous photos you'll love, each and every tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "greetme",
  "description": "Gorgeous photos you'll love, each and every tab.",
  "version": "0.2.7",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'sha256-F61Itel0ZBdQI+q8Sge+7F0R739EX8Kee1TJxIR9RoY='; object-src 'self'"
}