Melio — Climate-friendly made easy

Melio — Climate-friendly made easy

The easiest way to start making better choices for the planet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "Melio Group, Inc.",
  "default_locale": "en",
  "version": "0.7.6",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "lib/hot-reload.js",
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.js",
        "js/content.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "toggle-show-raw-scores": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "MacCtrl+Shift+Z"
      },
      "description": "Toggle show raw scores"
    },
    "kayak-enabled": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K"
      },
      "description": "Enable Kayak parser"
    },
    "alternative-recommendations-enabled": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+Shift+A"
      },
      "description": "Enable alternative recommendations"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "images/1-leaf-16.png",
    "18": "images/1-leaf-18.png",
    "32": "images/1-leaf-32.png",
    "48": "images/1-leaf-48.png",
    "64": "images/1-leaf-64.png",
    "96": "images/1-leaf-96.png",
    "128": "images/1-leaf-128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup.html",
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "16": "images/browserAction/116.png",
      "24": "images/browserAction/124.png",
      "32": "images/browserAction/132.png"
    }
  },
  "web_accessible_resources": [
    "images/*"
  ]
}