How To Speak Canadian

How To Speak Canadian

Yonge is Young. Quay is Key. And so on. As a new immigrant, I had to figure this out the hard way. I made this so you don't have to.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "How To Speak Canadian",
  "short_name": "Canadian",
  "manifest_version": 2,
  "version": "0.6",
  "description": "Yonge is Young. Quay is Key. And so on. As a new immigrant, I had to figure this out the hard way. I made this so you don't have to.",
  "author": "Amrit Sharma",
  "homepage_url": "http://www.canada150ish.com/",
  "icons": {
    "128": "maple.png"
  },
  "browser_action": {
    "default_icon": "maple.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "tippy.all.min.js",
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "maple.png"
  ]
}