Version 1.0.24
This commit is contained in:
parent
c6fce850d4
commit
dc48e3f36f
@ -1,9 +1,9 @@
|
||||
var browser: Browser = browser || chrome;
|
||||
var browser: Browser = browser || chrome;
|
||||
|
||||
const PENDING_SUBMISSIONS = ':PENDING_SUBMISSIONS'
|
||||
const MIGRATION = ':MIGRATION'
|
||||
|
||||
const CURRENT_VERSION = 100023;
|
||||
const CURRENT_VERSION = 100024;
|
||||
|
||||
const badIdentifiersReasons: { [id: string]: BadIdentifierReason } = {};
|
||||
const badIdentifiers: { [id: string]: true } = {};
|
||||
|
@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Shinigami Eyes",
|
||||
"author": "Shinigami Eyes",
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"homepage_url": "https://shinigami-eyes.github.io/",
|
||||
"description": "Highlights transphobic/anti-LGBT and trans-friendly subreddits/users/facebook pages/groups with different colors.",
|
||||
"icons": {
|
||||
|
Loading…
Reference in New Issue
Block a user