# asset-check **Repository Path**: mirrors_google/asset-check ## Basic Information - **Project Name**: asset-check - **Description**: Check your .well-known/assetlinks.json file on the cli - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Asset Check Check your assetlinks.json file for associations, ensuring you're configured correctly. *This is not an official Google product.* ## Install Install the node dependencies and link the executable: ``` npm install npm link ``` ## Usage If you've linked the package you can use: ``` asset-check # check a file asset-check # check a url asset-check -u # check a url with a specific useragent asset-check -d # (debug mode) check a url ``` Or in your install directory: ``` ./run.js # check a file ./run.js # check a url ./run.js -d # check a url with a specific useragent ``` ### Examples ``` > asset-check -d assetlinks.json instance[1].target: is not exactly one from , Errors validating schema › asset-check https://www.google.com/.well-known/assetlinks.json URL: https://www.google.com/.well-known/assetlinks.json # App Links: ## Websites linked: - www.google.com ## To apps: - com.google.android.calendar ``` ## Tests ```npm test``` ## Release History * 0.1.0 Initial release