HOLY CATZ!

HOLY CATZ!

Project Name: HOLY CATZ!! If you're looking to procrastinate, we have the Landing Page for you! HOLY CATZ!! will not only provide…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "HOLY CATZ!",
  "name": "HOLY CATZ!",
  "icons": {
    "16": "favicon16.ico",
    "48": "favicon48.ico",
    "128": "favicon128.ico"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "HOLY CATZ!!",
    "default_icon": {
      "16": "cat16.png",
      "24": "cat24.png",
      "32": "cat32.png"
    }
  },
  "version": "1.5",
  "background": {
    "page": "popup.html"
  },
  "web_accessible_resources": [
    "gif/*.gif"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "tabs"
  ]
}