data.json 15 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "alert": {
  3. "keywords": [
  4. "warning",
  5. "triangle",
  6. "exclamation",
  7. "point"
  8. ]
  9. },
  10. "arrow-down": {
  11. "keywords": [
  12. "point",
  13. "direction"
  14. ]
  15. },
  16. "arrow-left": {
  17. "keywords": [
  18. "point",
  19. "direction"
  20. ]
  21. },
  22. "arrow-right": {
  23. "keywords": [
  24. "point",
  25. "direction"
  26. ]
  27. },
  28. "arrow-small-down": {
  29. "keywords": [
  30. "point",
  31. "direction"
  32. ]
  33. },
  34. "arrow-small-left": {
  35. "keywords": [
  36. "point",
  37. "direction",
  38. "little",
  39. "tiny"
  40. ]
  41. },
  42. "arrow-small-right": {
  43. "keywords": [
  44. "point",
  45. "direction",
  46. "little",
  47. "tiny"
  48. ]
  49. },
  50. "arrow-small-up": {
  51. "keywords": [
  52. "point",
  53. "direction",
  54. "little",
  55. "tiny"
  56. ]
  57. },
  58. "arrow-up": {
  59. "keywords": [
  60. "point",
  61. "direction"
  62. ]
  63. },
  64. "beaker": {
  65. "keywords": [
  66. "experiment",
  67. "labs",
  68. "experimental",
  69. "feature",
  70. "test",
  71. "science",
  72. "education",
  73. "study",
  74. "development",
  75. "testing"
  76. ]
  77. },
  78. "bell": {
  79. "keywords": [
  80. "notification"
  81. ]
  82. },
  83. "bold": {
  84. "keywords": [
  85. "bold"
  86. ]
  87. },
  88. "book": {
  89. "keywords": [
  90. "book",
  91. "journal",
  92. "wiki",
  93. "readme"
  94. ]
  95. },
  96. "bookmark": {
  97. "keywords": [
  98. "tabbard"
  99. ]
  100. },
  101. "briefcase": {
  102. "keywords": [
  103. "suitcase",
  104. "business"
  105. ]
  106. },
  107. "broadcast": {
  108. "keywords": [
  109. "rss",
  110. "radio",
  111. "signal"
  112. ]
  113. },
  114. "browser": {
  115. "keywords": [
  116. "window",
  117. "web"
  118. ]
  119. },
  120. "bug": {
  121. "keywords": [
  122. "insect"
  123. ]
  124. },
  125. "calendar": {
  126. "keywords": [
  127. "time",
  128. "day",
  129. "month",
  130. "year"
  131. ]
  132. },
  133. "check": {
  134. "keywords": [
  135. "mark",
  136. "yes",
  137. "confirm",
  138. "accept",
  139. "ok",
  140. "success"
  141. ]
  142. },
  143. "checklist": {
  144. "keywords": [
  145. "todo"
  146. ]
  147. },
  148. "chevron-down": {
  149. "keywords": [
  150. "triangle",
  151. "arrow"
  152. ]
  153. },
  154. "chevron-left": {
  155. "keywords": [
  156. "triangle",
  157. "arrow"
  158. ]
  159. },
  160. "chevron-right": {
  161. "keywords": [
  162. "triangle",
  163. "arrow"
  164. ]
  165. },
  166. "chevron-up": {
  167. "keywords": [
  168. "triangle",
  169. "arrow"
  170. ]
  171. },
  172. "circle-slash": {
  173. "keywords": [
  174. "no",
  175. "deny",
  176. "fail",
  177. "failure",
  178. "error",
  179. "bad"
  180. ]
  181. },
  182. "circuit-board": {
  183. "keywords": [
  184. "developer",
  185. "hardware",
  186. "electricity"
  187. ]
  188. },
  189. "clippy": {
  190. "keywords": [
  191. "copy",
  192. "paste",
  193. "save",
  194. "capture"
  195. ]
  196. },
  197. "clock": {
  198. "keywords": [
  199. "time",
  200. "hour",
  201. "minute",
  202. "second"
  203. ]
  204. },
  205. "cloud-download": {
  206. "keywords": [
  207. "save",
  208. "install",
  209. "get"
  210. ]
  211. },
  212. "cloud-upload": {
  213. "keywords": [
  214. "put",
  215. "export"
  216. ]
  217. },
  218. "code": {
  219. "keywords": [
  220. "brackets"
  221. ]
  222. },
  223. "comment": {
  224. "keywords": [
  225. "speak",
  226. "bubble"
  227. ]
  228. },
  229. "comment-discussion": {
  230. "keywords": [
  231. "converse",
  232. "talk"
  233. ]
  234. },
  235. "credit-card": {
  236. "keywords": [
  237. "money",
  238. "billing",
  239. "payments",
  240. "transactions"
  241. ]
  242. },
  243. "dash": {
  244. "keywords": [
  245. "hyphen",
  246. "range"
  247. ]
  248. },
  249. "dashboard": {
  250. "keywords": [
  251. "speed",
  252. "dial"
  253. ]
  254. },
  255. "database": {
  256. "keywords": [
  257. "disks",
  258. "data"
  259. ]
  260. },
  261. "desktop-download": {
  262. "keywords": [
  263. "clone",
  264. "download"
  265. ]
  266. },
  267. "device-camera": {
  268. "keywords": [
  269. "photo",
  270. "picture",
  271. "image",
  272. "snapshot"
  273. ]
  274. },
  275. "device-camera-video": {
  276. "keywords": [
  277. "watch",
  278. "view",
  279. "media",
  280. "stream"
  281. ]
  282. },
  283. "device-desktop": {
  284. "keywords": [
  285. "computer",
  286. "monitor"
  287. ]
  288. },
  289. "device-mobile": {
  290. "keywords": [
  291. "phone",
  292. "iphone",
  293. "cellphone"
  294. ]
  295. },
  296. "diff": {
  297. "keywords": [
  298. "difference",
  299. "changes",
  300. "compare"
  301. ]
  302. },
  303. "diff-added": {
  304. "keywords": [
  305. "new",
  306. "addition"
  307. ]
  308. },
  309. "diff-ignored": {
  310. "keywords": [
  311. "slash"
  312. ]
  313. },
  314. "diff-modified": {
  315. "keywords": [
  316. "dot",
  317. "changed",
  318. "updated"
  319. ]
  320. },
  321. "diff-removed": {
  322. "keywords": [
  323. "deleted",
  324. "subtracted",
  325. "dash"
  326. ]
  327. },
  328. "diff-renamed": {
  329. "keywords": [
  330. "moved",
  331. "arrow"
  332. ]
  333. },
  334. "ellipses": {
  335. "keywords": [
  336. "dot",
  337. "more"
  338. ]
  339. },
  340. "ellipsis": {
  341. "keywords": [
  342. "read",
  343. "more",
  344. "hidden",
  345. "expand"
  346. ]
  347. },
  348. "eye": {
  349. "keywords": [
  350. "look",
  351. "watch",
  352. "see"
  353. ]
  354. },
  355. "file": {
  356. "keywords": [
  357. "file"
  358. ]
  359. },
  360. "file-binary": {
  361. "keywords": [
  362. "image",
  363. "video",
  364. "word",
  365. "powerpoint",
  366. "excel"
  367. ]
  368. },
  369. "file-code": {
  370. "keywords": [
  371. "text",
  372. "javascript",
  373. "html",
  374. "css",
  375. "php",
  376. "ruby",
  377. "coffeescript",
  378. "sass",
  379. "scss"
  380. ]
  381. },
  382. "file-directory": {
  383. "keywords": [
  384. "folder"
  385. ]
  386. },
  387. "file-media": {
  388. "keywords": [
  389. "image",
  390. "video",
  391. "audio"
  392. ]
  393. },
  394. "file-pdf": {
  395. "keywords": [
  396. "adobe"
  397. ]
  398. },
  399. "file-submodule": {
  400. "keywords": [
  401. "folder"
  402. ]
  403. },
  404. "file-symlink-directory": {
  405. "keywords": [
  406. "folder",
  407. "subfolder",
  408. "link",
  409. "alias"
  410. ]
  411. },
  412. "file-symlink-file": {
  413. "keywords": [
  414. "link",
  415. "alias"
  416. ]
  417. },
  418. "file-text": {
  419. "keywords": [
  420. "document"
  421. ]
  422. },
  423. "file-zip": {
  424. "keywords": [
  425. "compress",
  426. "archive"
  427. ]
  428. },
  429. "flame": {
  430. "keywords": [
  431. "fire",
  432. "hot",
  433. "burn",
  434. "trending"
  435. ]
  436. },
  437. "fold": {
  438. "keywords": [
  439. "unfold",
  440. "hide",
  441. "collapse"
  442. ]
  443. },
  444. "gear": {
  445. "keywords": [
  446. "settings"
  447. ]
  448. },
  449. "gift": {
  450. "keywords": [
  451. "package",
  452. "present",
  453. "skill",
  454. "craft",
  455. "freebie"
  456. ]
  457. },
  458. "gist": {
  459. "keywords": [
  460. "gist",
  461. "github"
  462. ]
  463. },
  464. "gist-secret": {
  465. "keywords": [
  466. "gist",
  467. "secret",
  468. "private"
  469. ]
  470. },
  471. "git-branch": {
  472. "keywords": [
  473. "branch",
  474. "git"
  475. ]
  476. },
  477. "git-commit": {
  478. "keywords": [
  479. "save"
  480. ]
  481. },
  482. "git-compare": {
  483. "keywords": [
  484. "difference",
  485. "changes"
  486. ]
  487. },
  488. "git-merge": {
  489. "keywords": [
  490. "join"
  491. ]
  492. },
  493. "git-pull-request": {
  494. "keywords": [
  495. "review"
  496. ]
  497. },
  498. "globe": {
  499. "keywords": [
  500. "world"
  501. ]
  502. },
  503. "grabber": {
  504. "keywords": [
  505. "mover",
  506. "drap",
  507. "drop"
  508. ]
  509. },
  510. "graph": {
  511. "keywords": [
  512. "trend",
  513. "stats",
  514. "statistics"
  515. ]
  516. },
  517. "heart": {
  518. "keywords": [
  519. "love"
  520. ]
  521. },
  522. "history": {
  523. "keywords": [
  524. "time",
  525. "past",
  526. "revert",
  527. "back"
  528. ]
  529. },
  530. "home": {
  531. "keywords": [
  532. "welcome",
  533. "index",
  534. "house",
  535. "building"
  536. ]
  537. },
  538. "horizontal-rule": {
  539. "keywords": [
  540. "hr"
  541. ]
  542. },
  543. "hubot": {
  544. "keywords": [
  545. "robot"
  546. ]
  547. },
  548. "inbox": {
  549. "keywords": [
  550. "mail",
  551. "todo",
  552. "new",
  553. "messages"
  554. ]
  555. },
  556. "info": {
  557. "keywords": [
  558. "help"
  559. ]
  560. },
  561. "issue-closed": {
  562. "keywords": [
  563. "done",
  564. "complete"
  565. ]
  566. },
  567. "issue-opened": {
  568. "keywords": [
  569. "new"
  570. ]
  571. },
  572. "issue-reopened": {
  573. "keywords": [
  574. "regression"
  575. ]
  576. },
  577. "italic": {
  578. "keywords": [
  579. "font",
  580. "italic",
  581. "style"
  582. ]
  583. },
  584. "jersey": {
  585. "keywords": [
  586. "team",
  587. "game",
  588. "basketball"
  589. ]
  590. },
  591. "key": {
  592. "keywords": [
  593. "key",
  594. "lock",
  595. "secure",
  596. "safe"
  597. ]
  598. },
  599. "keyboard": {
  600. "keywords": [
  601. "type",
  602. "keys",
  603. "write",
  604. "shortcuts"
  605. ]
  606. },
  607. "law": {
  608. "keywords": [
  609. "legal",
  610. "bill"
  611. ]
  612. },
  613. "light-bulb": {
  614. "keywords": [
  615. "idea"
  616. ]
  617. },
  618. "link": {
  619. "keywords": [
  620. "connect",
  621. "hyperlink"
  622. ]
  623. },
  624. "link-external": {
  625. "keywords": [
  626. "out",
  627. "see",
  628. "more",
  629. "go",
  630. "to"
  631. ]
  632. },
  633. "list-ordered": {
  634. "keywords": [
  635. "numbers",
  636. "tasks",
  637. "todo",
  638. "items"
  639. ]
  640. },
  641. "list-unordered": {
  642. "keywords": [
  643. "bullet",
  644. "point",
  645. "tasks",
  646. "todo",
  647. "items"
  648. ]
  649. },
  650. "location": {
  651. "keywords": [
  652. "here",
  653. "marker"
  654. ]
  655. },
  656. "lock": {
  657. "keywords": [
  658. "secure",
  659. "safe",
  660. "protected"
  661. ]
  662. },
  663. "logo-gist": {
  664. "keywords": [
  665. "logo",
  666. "gist"
  667. ]
  668. },
  669. "logo-github": {
  670. "keywords": [
  671. "brand"
  672. ]
  673. },
  674. "mail": {
  675. "keywords": [
  676. "email",
  677. "unread"
  678. ]
  679. },
  680. "mail-read": {
  681. "keywords": [
  682. "email",
  683. "open"
  684. ]
  685. },
  686. "mail-reply": {
  687. "keywords": [
  688. "email"
  689. ]
  690. },
  691. "mark-github": {
  692. "keywords": [
  693. "octocat"
  694. ]
  695. },
  696. "markdown": {
  697. "keywords": [
  698. "markup",
  699. "style"
  700. ]
  701. },
  702. "megaphone": {
  703. "keywords": [
  704. "bullhorn",
  705. "loud",
  706. "shout",
  707. "broadcast"
  708. ]
  709. },
  710. "mention": {
  711. "keywords": [
  712. "at",
  713. "ping"
  714. ]
  715. },
  716. "milestone": {
  717. "keywords": [
  718. "marker"
  719. ]
  720. },
  721. "mirror": {
  722. "keywords": [
  723. "reflect"
  724. ]
  725. },
  726. "mortar-board": {
  727. "keywords": [
  728. "education",
  729. "learn",
  730. "teach"
  731. ]
  732. },
  733. "mute": {
  734. "keywords": [
  735. "quiet",
  736. "sound",
  737. "audio",
  738. "turn",
  739. "off"
  740. ]
  741. },
  742. "no-newline": {
  743. "keywords": [
  744. "return"
  745. ]
  746. },
  747. "note": {
  748. "keywords": [
  749. "card",
  750. "paper",
  751. "ticket"
  752. ]
  753. },
  754. "octoface": {
  755. "keywords": [
  756. "octocat"
  757. ]
  758. },
  759. "organization": {
  760. "keywords": [
  761. "people",
  762. "group",
  763. "team"
  764. ]
  765. },
  766. "package": {
  767. "keywords": [
  768. "box",
  769. "ship"
  770. ]
  771. },
  772. "paintcan": {
  773. "keywords": [
  774. "style",
  775. "theme",
  776. "art",
  777. "color"
  778. ]
  779. },
  780. "pencil": {
  781. "keywords": [
  782. "edit",
  783. "change",
  784. "update",
  785. "write"
  786. ]
  787. },
  788. "person": {
  789. "keywords": [
  790. "people",
  791. "man",
  792. "woman",
  793. "human"
  794. ]
  795. },
  796. "pin": {
  797. "keywords": [
  798. "people",
  799. "save",
  800. "star",
  801. "bookmark"
  802. ]
  803. },
  804. "plug": {
  805. "keywords": [
  806. "hook",
  807. "webhook"
  808. ]
  809. },
  810. "plus": {
  811. "keywords": [
  812. "add",
  813. "new",
  814. "more"
  815. ]
  816. },
  817. "plus-small": {
  818. "keywords": [
  819. "add",
  820. "new",
  821. "more",
  822. "small"
  823. ]
  824. },
  825. "primitive-dot": {
  826. "keywords": [
  827. "circle"
  828. ]
  829. },
  830. "primitive-square": {
  831. "keywords": [
  832. "box"
  833. ]
  834. },
  835. "project": {
  836. "keywords": [
  837. "board",
  838. "kanban",
  839. "columns",
  840. "scrum"
  841. ]
  842. },
  843. "pulse": {
  844. "keywords": [
  845. "graph",
  846. "trend",
  847. "line"
  848. ]
  849. },
  850. "question": {
  851. "keywords": [
  852. "help",
  853. "explain"
  854. ]
  855. },
  856. "quote": {
  857. "keywords": [
  858. "quotation"
  859. ]
  860. },
  861. "radio-tower": {
  862. "keywords": [
  863. "broadcast"
  864. ]
  865. },
  866. "reply": {
  867. "keywords": [
  868. "reply all",
  869. "back"
  870. ]
  871. },
  872. "repo": {
  873. "keywords": [
  874. "book",
  875. "journal"
  876. ]
  877. },
  878. "repo-clone": {
  879. "keywords": [
  880. "book",
  881. "journal"
  882. ]
  883. },
  884. "repo-force-push": {
  885. "keywords": [
  886. "book",
  887. "journal",
  888. "put"
  889. ]
  890. },
  891. "repo-forked": {
  892. "keywords": [
  893. "book",
  894. "journal",
  895. "copy"
  896. ]
  897. },
  898. "repo-pull": {
  899. "keywords": [
  900. "book",
  901. "journal",
  902. "get"
  903. ]
  904. },
  905. "repo-push": {
  906. "keywords": [
  907. "book",
  908. "journal",
  909. "put"
  910. ]
  911. },
  912. "rocket": {
  913. "keywords": [
  914. "staff",
  915. "stafftools",
  916. "blast",
  917. "off",
  918. "space"
  919. ]
  920. },
  921. "rss": {
  922. "keywords": [
  923. "broadcast",
  924. "feed"
  925. ]
  926. },
  927. "ruby": {
  928. "keywords": [
  929. "code"
  930. ]
  931. },
  932. "screen-full": {
  933. "keywords": [
  934. "fullscreen",
  935. "expand"
  936. ]
  937. },
  938. "screen-normal": {
  939. "keywords": [
  940. "fullscreen",
  941. "expand",
  942. "exit"
  943. ]
  944. },
  945. "search": {
  946. "keywords": [
  947. "magnifying",
  948. "glass"
  949. ]
  950. },
  951. "server": {
  952. "keywords": [
  953. "computers",
  954. "racks",
  955. "ops"
  956. ]
  957. },
  958. "settings": {
  959. "keywords": [
  960. "sliders",
  961. "filters"
  962. ]
  963. },
  964. "shield": {
  965. "keywords": [
  966. "protect",
  967. "shield",
  968. "lock"
  969. ]
  970. },
  971. "sign-in": {
  972. "keywords": [
  973. "door",
  974. "arrow",
  975. "direction",
  976. "enter"
  977. ]
  978. },
  979. "sign-out": {
  980. "keywords": [
  981. "door",
  982. "arrow",
  983. "direction",
  984. "leave"
  985. ]
  986. },
  987. "smiley": {
  988. "keywords": [
  989. "emoji",
  990. "smile",
  991. "mood",
  992. "emotion"
  993. ]
  994. },
  995. "squirrel": {
  996. "keywords": [
  997. "ship",
  998. "shipit"
  999. ]
  1000. },
  1001. "star": {
  1002. "keywords": [
  1003. "save",
  1004. "remember",
  1005. "like"
  1006. ]
  1007. },
  1008. "stop": {
  1009. "keywords": [
  1010. "block",
  1011. "spam"
  1012. ]
  1013. },
  1014. "sync": {
  1015. "keywords": [
  1016. "cycle",
  1017. "refresh",
  1018. "loop"
  1019. ]
  1020. },
  1021. "tag": {
  1022. "keywords": [
  1023. "release"
  1024. ]
  1025. },
  1026. "tasklist": {
  1027. "keywords": [
  1028. "todo"
  1029. ]
  1030. },
  1031. "telescope": {
  1032. "keywords": [
  1033. "science",
  1034. "space",
  1035. "look",
  1036. "view",
  1037. "explore"
  1038. ]
  1039. },
  1040. "terminal": {
  1041. "keywords": [
  1042. "code",
  1043. "ops",
  1044. "shell"
  1045. ]
  1046. },
  1047. "text-size": {
  1048. "keywords": [
  1049. "font",
  1050. "size",
  1051. "text"
  1052. ]
  1053. },
  1054. "three-bars": {
  1055. "keywords": [
  1056. "hamburger"
  1057. ]
  1058. },
  1059. "thumbsdown": {
  1060. "keywords": [
  1061. "thumb",
  1062. "thumbsdown",
  1063. "rejected"
  1064. ]
  1065. },
  1066. "thumbsup": {
  1067. "keywords": [
  1068. "thumb",
  1069. "thumbsup",
  1070. "prop",
  1071. "ship"
  1072. ]
  1073. },
  1074. "tools": {
  1075. "keywords": [
  1076. "screwdriver",
  1077. "wrench",
  1078. "settings"
  1079. ]
  1080. },
  1081. "trashcan": {
  1082. "keywords": [
  1083. "garbage",
  1084. "rubbish",
  1085. "recycle",
  1086. "delete"
  1087. ]
  1088. },
  1089. "triangle-down": {
  1090. "keywords": [
  1091. "arrow",
  1092. "point",
  1093. "direction"
  1094. ]
  1095. },
  1096. "triangle-left": {
  1097. "keywords": [
  1098. "arrow",
  1099. "point",
  1100. "direction"
  1101. ]
  1102. },
  1103. "triangle-right": {
  1104. "keywords": [
  1105. "arrow",
  1106. "point",
  1107. "direction"
  1108. ]
  1109. },
  1110. "triangle-up": {
  1111. "keywords": [
  1112. "arrow",
  1113. "point",
  1114. "direction"
  1115. ]
  1116. },
  1117. "unfold": {
  1118. "keywords": [
  1119. "expand",
  1120. "open",
  1121. "reveal"
  1122. ]
  1123. },
  1124. "unmute": {
  1125. "keywords": [
  1126. "loud",
  1127. "volume",
  1128. "audio",
  1129. "sound",
  1130. "play"
  1131. ]
  1132. },
  1133. "unverified": {
  1134. "keywords": [
  1135. "insecure",
  1136. "untrusted"
  1137. ]
  1138. },
  1139. "verified": {
  1140. "keywords": [
  1141. "trusted",
  1142. "secure",
  1143. "trustworthy"
  1144. ]
  1145. },
  1146. "versions": {
  1147. "keywords": [
  1148. "history"
  1149. ]
  1150. },
  1151. "watch": {
  1152. "keywords": [
  1153. "wait",
  1154. "hourglass"
  1155. ]
  1156. },
  1157. "x": {
  1158. "keywords": [
  1159. "remove",
  1160. "close",
  1161. "delete"
  1162. ]
  1163. },
  1164. "zap": {
  1165. "keywords": [
  1166. "electricity",
  1167. "lightning",
  1168. "props",
  1169. "like",
  1170. "star",
  1171. "save"
  1172. ]
  1173. }
  1174. }