Compare commits

...

2 Commits

Author SHA1 Message Date
achmizs
d13c90c691 Incremented version to 1.3.2 2020-01-18 01:52:56 -05:00
saturn
4e202e8c9a Fixed a few minor UI glitches on mobile Firefox 2020-01-17 22:14:45 -06:00
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "AlwaysKillSticky",
"version": "1.3.1",
"version": "1.3.2",
"description": "Get rid of sticky elements on websites - permanently!",
"author": "Said Achmiz",
"homepage_url": "https://git.sr.ht/~achmizs/AlwaysKillSticky.git",

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "AlwaysKillSticky",
"version": "1.3.1",
"version": "1.3.2",
"description": "Get rid of sticky elements on websites - permanently!",
"author": "Said Achmiz",
"browser_specific_settings": {
@ -23,7 +23,7 @@
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!",
"default_title": "AlwaysKillSticky",
"default_icon": {
"19": "images/AKS_on_19.png",
"38": "images/AKS_on_38.png"

View File

@ -1,6 +1,7 @@
<html>
<head>
<title>AlwaysKillSticky</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel='stylesheet' type='text/css' href='popup.css' />
<link rel='stylesheet' type='text/css' href='fonts.css' />