2020-01-17 00:42:13 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "tidebringer@steffo.eu"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"name": "Tidebringer",
|
2022-07-22 05:30:39 +00:00
|
|
|
"version": "2022.7.22.3",
|
2022-07-22 04:42:30 +00:00
|
|
|
"version_name": "2022-07-22",
|
2020-01-17 00:42:13 +00:00
|
|
|
"developer": {
|
|
|
|
"name": "Stefano Pigozzi",
|
|
|
|
"url": "https://github.com/Steffo99/tidebringer-firefox"
|
|
|
|
},
|
|
|
|
|
2022-07-22 05:03:38 +00:00
|
|
|
"description": "Add a 'Add all subscribed elements to collection' button to Steam Workshop pages.",
|
2020-01-17 00:42:13 +00:00
|
|
|
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|