Examine source code of Adorable Cat Custom Backgrounds

Inspect and view changes in Adorable Cat Custom Backgrounds source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;",
  "description": "Change Your New Tab Background to Adorable Cat Images",
  "manifest_version": 2,
  "name": "Adorable Cat Custom Backgrounds",
  "permissions": [
    "storage"
  ],
  "version": "3",
  "icons": {
    "128": "images/icon.png"
  }
}