License Buddy Free

License Buddy Free

This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "License Buddy Free",
  "description": "This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!",
  "homepage_url": "https://licensebuddy.io",
  "version": "3.5.0",
  "author": "Nour",
  "action": {
    "default_title": "Quickly fill your input fields",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "identity"
  ]
}