Skip to content

Commit

Permalink
Merge pull request #2 from messengerblack/v1.3.1
Browse files Browse the repository at this point in the history
Minor performance improvements.
  • Loading branch information
ryanmohta authored Dec 28, 2020
2 parents 70556ab + be71cec commit 04b5ad3
Show file tree
Hide file tree
Showing 11 changed files with 1,064 additions and 1,160 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
xcuserdata/
.DS_Store
dist
6 changes: 3 additions & 3 deletions Messenger Black for Safari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<array>
<dict>
<key>Script</key>
<string>bundle.js</string>
<string>script.js</string>
</dict>
</array>
<key>SFSafariStyleSheet</key>
Expand All @@ -54,7 +54,7 @@
<string>https://*.messenger.com/*</string>
</array>
<key>Style Sheet</key>
<string>svg.css</string>
<string>messengersite.css</string>
</dict>
</array>
<key>SFSafariToolbarItem</key>
Expand All @@ -80,7 +80,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2019 Ryan Mohta. All rights reserved.</string>
<string>Copyright © 2018-2020 Ryan Mohta. All rights reserved.</string>
<key>NSHumanReadableDescription</key>
<string>Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls.</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,42 +1,52 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Icon-black.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Icon.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "Icon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "2x",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
]
],
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading

0 comments on commit 04b5ad3

Please sign in to comment.