License Buddy Pro

License Buddy Pro

This chrome 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 Pro",
  "description": "This chrome 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",
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+L",
        "mac": "Alt+L"
      }
    }
  },
  "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",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "licenceForm.html",
        "authmanager.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://licensebuddy.io/*"
    ]
  },
  "oauth2": {
    "client_id": "495623657637-dv3akor5ifl6tgtlpf97163h1m3ifsjg.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets",
      "https://www.googleapis.com/auth/drive.file"
    ]
  }
}