Bize

Bize

Free email writing tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "manifest_version": 2,
  "name": "Bize",
  "description": "Free email writing tool",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/icon.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';connect-src 'self' wss://*.firebaseio.com https://firestore.googleapis.com;"
}