mirror of
https://github.com/italicsjenga/injections.git
synced 2025-02-23 18:47:43 +11:00
adding updating & bump to 0.2
This commit is contained in:
parent
204a38f488
commit
51e3161886
2 changed files with 23 additions and 9 deletions
|
@ -1,14 +1,18 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "0.1",
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "0.2",
|
||||
|
||||
"description": "misc CSS injections.",
|
||||
"description": "misc CSS injections.",
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://news.ycombinator.com/*"],
|
||||
"css": ["styles/news.ycombinator.com.css"]
|
||||
"content_scripts": [{
|
||||
"matches": ["*://news.ycombinator.com/*"],
|
||||
"css": ["styles/news.ycombinator.com.css"]
|
||||
}],
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"update_url": "https://raw.githubusercontent.com/italicsjenga/injections/master/updates.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
10
updates.json
Normal file
10
updates.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"addons": {
|
||||
"{70d56c8a-d52a-4785-a6b8-8f7b221fdd2f}": {
|
||||
"updates": [{
|
||||
"version": "0.1",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/0.1/injections-0.1.xpi"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue