rslash

rslash

Seamlessly integrating Reddit straight into the URL bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "rslash",
  "description": "Seamlessly integrating Reddit straight into the URL bar",
  "version": "2020.12.23.1",
  "omnibox": {
    "keyword": "r\\"
  },
  "icons": {
    "16": "icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": []
}