12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Snazzah",
- "id": "158049329150427136"
- },
- "service": "Newgrounds",
- "description": {
- "en": "A community of artists, game developers, musicians, voice actors and writers who create and share some of the best stuff on the web!",
- "nl": "Een gemeenschap van artiesten, game-ontwikkelaars, muzikanten, stemacteurs en schrijvers die de beste dingen op internet maken en delen!"
- },
- "url": "newgrounds.com",
- "regExp": "([a-z0-9]+)[.]newgrounds[.]com",
- "version": "1.1.22",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/N/Newgrounds/assets/logo.jpeg",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/N/Newgrounds/assets/thumbnail.jpg",
- "color": "#f58a2f",
- "category": "socials",
- "tags": [
- "games",
- "art",
- "movies",
- "music"
- ],
- "settings": [
- {
- "id": "showprofilename",
- "title": "Show Profile Name",
- "icon": "fas fa-address-card",
- "value": true
- },
- {
- "id": "showsearchterm",
- "title": "Show Search Query",
- "icon": "fas fa-search",
- "value": true
- },
- {
- "id": "itemname",
- "title": "Show Art/Audio/Movie/Game/Collection/Playlist Name",
- "icon": "fas fa-bars",
- "value": true
- },
- {
- "id": "topicname",
- "title": "Show Forum Topic Name",
- "icon": "fas fa-comments",
- "value": true
- },
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fas fa-clock",
- "value": true
- },
- {
- "id": "buttons",
- "title": "Show Presence Buttons",
- "icon": "fas fa-th-large",
- "value": true
- }
- ]
- }
|