Hey, that's a typo!

Hey, that's a typo!

Automatically rename Hey's 'Imbox' to 'Inbox'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hey, that's a typo!",
  "short_name": "hey_typo_fixer",
  "version": "1.0.2",
  "description": "Automatically rename Hey's 'Imbox' to 'Inbox'",
  "author": "https://manuel.friger.io",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "96": "96.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.hey.com/*"
      ],
      "js": [
        "page-eater.js"
      ]
    }
  ]
}