Honest.

Honest.

Discover ethical brands, accumulate credits & spend them on your favourites. Honest puts sustainability in every 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": "Honest.",
  "author": "Mitchell Catoen",
  "version": "1.0.2.4",
  "description": "Discover ethical brands, accumulate credits & spend them on your favourites. Honest puts sustainability in every tab.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {},
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://cdn.segment.com/analytics.js/v1/lp2Zrvd7u5HmxGRQbWsXPkLuPakqHOkI/analytics.min.js https://apis.google.com https://www.googleapis.com https://securetoken.googleapis.com https://www.gstatic.com/firebasejs/7.13.1/firebase-app.js https://www.gstatic.com/firebasejs/7.13.1/firebase-analytics.js https://www.gstatic.com/firebasejs/7.13.2/firebase-functions.js https://www.gstatic.com/firebasejs/7.13.2/firebase-auth.js https://www.googletagmanager.com/gtag/js; object-src 'self'"
}