Lane Keep Assist Firefox

Examine source code of Lane Keep Assist

Inspect and view changes in Lane Keep Assist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.0",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "__MSG_extensionName__",
    "default_popup": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lane-keep-assist@otior.eu",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  },
  "default_locale": "en",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best Lane Keep Assist Alternatives

Here are some Firefox add-ons that are similar to Lane Keep Assist: