1
Fork 0
mirror of https://github.com/Steffo99/chakra-magic.git synced 2024-10-16 14:37:28 +00:00
chakra-magic/extension/manifest.json
2019-09-29 16:15:23 +02:00

32 lines
No EOL
714 B
JSON

{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "chakramagic@steffo.eu"
}
},
"name": "Chakra Magic",
"version": "2019.09.29.1",
"developer": {
"name": "Stefano Pigozzi",
"url": "https://github.com/Steffo99/instant-view-opener"
},
"description": "Display which games you were reported and commended in!",
"permissions": [],
"content_scripts": [
{
"matches": ["https://steamcommunity.com/*/gcpd/570?category=Account&tab=MatchPlayerReportIncoming"],
"js": ["gdpr_page.js"],
"css": ["gdpr_page.css"]
}
],
"icons": {
"128": "icon128.png"
}
}