feat: bump to version 1.5.1
This commit is contained in:
parent
275331e773
commit
92e7ecd25e
|
@ -1,18 +1,20 @@
|
|||
{
|
||||
"name": "Old Reddit Redirect",
|
||||
"description": "Ensure Reddit always loads the old design",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"manifest_version": 2,
|
||||
"background": { "scripts": ["background.js"] },
|
||||
"icons": {
|
||||
"48": "img/icon48.png",
|
||||
"128": "img/icon128.png"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": [ "*://old.reddit.com/*" ],
|
||||
"css": [ "styles.css" ],
|
||||
"run_at": "document_start"
|
||||
}],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://old.reddit.com/*"],
|
||||
"css": ["styles.css"],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
|
|
Loading…
Reference in New Issue