Elixir Tab

Elixir Tab

Little bit of Elixir in every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Elixir Tab",
  "description": "Little bit of Elixir in every new tab",
  "version": "0.0.3",
  "permissions": [
    "https://hexdocs.pm/*",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "elixir_tab.html"
  }
}