MeowMeowFacts

MeowMeowFacts

A fun cat fact with every new 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": "MeowMeowFacts",
  "description": "A fun cat fact with every new tab :)",
  "version": "1.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "128": "cat_icon128.png"
  }
}