Skip to content

Chaine-de-Blocs/SNAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAS Not a Scam

A Chrome extension that warns the user if a website is a scam.

Data list format (example)

{
  // Key for matching the scam's website
  // can have a subdomain, avoid adding a path
  // We're only looking for hostname here
  [scamHost: string] : {
    // The source that listed the website for being a scam with proofs
    source: string;

    // Recommend other certified websites
    // This extension is not for advertisement, so the list has to be as exhaustive
    // as possible
    recommendations?: string[];
  }

}

You would like new fields? Please fill an issue here.

Trusted URIs

Cryptoblocs : https://cryptoblocs.fr/assets/scamscan.json (contribute to the list)

Contribute

Feel free to make a PR and to fill an issue.

If your want to add websites to the list, PR this.

Releases

No releases published

Packages

No packages published