mirror of
https://github.com/Steffo99/chakra-magic.git
synced 2024-12-22 14:44:18 +00:00
41 lines
904 B
JSON
41 lines
904 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "chakramagic@steffo.eu"
|
|
}
|
|
},
|
|
|
|
"name": "Chakra Magic",
|
|
"version": "2019.9.30.2",
|
|
"developer": {
|
|
"name": "Stefano Pigozzi",
|
|
"url": "https://github.com/Steffo99/chakra-magic"
|
|
},
|
|
|
|
"description": "Display which games you were reported and commended in!",
|
|
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://steamcommunity.com/*/gcpd/570?category=Account&tab=MatchPlayerReportIncoming"],
|
|
"js": ["gdpr_page.js"],
|
|
"css": ["gdpr_page.css"]
|
|
}
|
|
],
|
|
|
|
"icons": {
|
|
"128": "icon128.png"
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"128": "icon128.png"
|
|
},
|
|
"default_title": "Open reports/commends page"
|
|
}
|
|
}
|