mirror of
https://github.com/Steffo99/tidebringer-firefox.git
synced 2025-01-08 15:09:45 +00:00
35 lines
689 B
JSON
35 lines
689 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
|
||
|
"applications": {
|
||
|
"gecko": {
|
||
|
"id": "tidebringer@steffo.eu"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"name": "Tidebringer",
|
||
|
"version": "2020.1.16.1",
|
||
|
"developer": {
|
||
|
"name": "Stefano Pigozzi",
|
||
|
"url": "https://github.com/Steffo99/tidebringer-firefox"
|
||
|
},
|
||
|
|
||
|
"description": "",
|
||
|
|
||
|
"background": {
|
||
|
"scripts": []
|
||
|
},
|
||
|
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["https://steamcommunity.com/sharedfiles/managecollection/*"],
|
||
|
"js": ["add_items_to_collection.js"],
|
||
|
"css": ["add_items_to_collection.css"]
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"icons": {
|
||
|
"128": "tidebringer.png"
|
||
|
}
|
||
|
}
|