Cat Screen Cleaner

Cat Screen Cleaner

Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cat Screen Cleaner",
  "version": "0.1",
  "description": "Watch out our cute kitten work over time on getting your screen clean! Treat your screen with a cleaning from our fluffy friend.",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "128": "assets/icon.png"
  },
  "browser_action": {},
  "permissions": [
    "storage"
  ]
}