Compare commits

..

No commits in common. "d13c90c69192d8c55f3431860d59fb0da82ded86" and "c98ca80bbfc0d58f544a1fa8ff7db28b50f9897d" have entirely different histories.

4 changed files with 6 additions and 7 deletions

View File

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

View File

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

View File

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