The Pixel Challenge

The Pixel Challenge

Build impactful daily habits to reach your goals and accomplish more in life!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Pixel Challenge",
  "short_name": "The Pixel Challenge",
  "description": "Build impactful daily habits to reach your goals and accomplish more in life!",
  "version": "0.9.9",
  "author": "Rameerez",
  "homepage_url": "https://thepixelchallenge.com",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://js.stripe.com https://www.google-analytics.com https://google-analytics.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "theme_color": "#111111",
  "background_color": "#111111",
  "display": "standalone"
}