Version 1.0.25
This commit is contained in:
parent
cc03be0e76
commit
d441b9ac3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ extension/data/t-friendly.dat
|
||||
extension/background.js
|
||||
extension/content.js
|
||||
extension/help.js
|
||||
extension/options.js
|
||||
|
@ -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 } = {};
|
||||
|
BIN
extension/icons/icon-128-96.png
Normal file
BIN
extension/icons/icon-128-96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user