Unicode Patterns

Unicode Patterns

Replace new tab page with generated Unicode text patterns.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.7.4",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "author": "Ken Frederick",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ]
}