Goodbits

Goodbits

Build instant emails with just a click of a button for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_title": "Save to Goodbits"
  },
  "name": "Goodbits",
  "description": "Build instant emails with just a click of a button for free",
  "homepage_url": "https://goodbits.io",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.21",
  "manifest_version": 2
}