Version 1.0.25

This commit is contained in:
shinigami-eyes 2020-09-14 09:49:54 +00:00
parent cc03be0e76
commit d441b9ac3f
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ extension/data/t-friendly.dat
extension/background.js
extension/content.js
extension/help.js
extension/options.js

View File

@ -3,7 +3,7 @@
const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS'
const MIGRATION = ':MIGRATION'
const CURRENT_VERSION = 100024;
const CURRENT_VERSION = 100025;
const badIdentifiersReasons: { [id: string]: BadIdentifierReason } = {};
const badIdentifiers: { [id: string]: true } = {};

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,11 +2,12 @@
"manifest_version": 2,
"name": "Shinigami Eyes",
"author": "Shinigami Eyes",
"version": "1.0.24",
"version": "1.0.25",
"homepage_url": "https://shinigami-eyes.github.io/",
"description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.",
"icons": {
"48": "icons/icon-48.png"
"48": "icons/icon-48.png",
"128": "icons/icon-128-96.png"
},
"content_scripts": [
{