feat: bump to version 1.5.1

This commit is contained in:
Tom Watson 2021-07-12 10:27:27 +02:00
parent 275331e773
commit 92e7ecd25e
1 changed files with 8 additions and 6 deletions

View File

@ -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",