gerben
/
bannerbanner
Browser extension to hide view-reducing screen junk from websites.
Code
Issues
1
Pull Requests
0
Releases
3
Activity
Browse Source
v1.2.0
tags/v1.2.0
Gerben
6 years ago
parent
b9e3605f64
commit
d317da7519
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extension/manifest.json
+1
-1
package.json
+ 1
- 1
extension/manifest.json
View File
@@ -1,7 +1,7 @@
{
"name": "bannerbanner",
"description": "Hide view-reducing screen junk from websites.",
"version": "1.
1
.0",
"version": "1.
2
.0",
"icons": {
"48": "/icon_disabled.svg"
},
+ 1
- 1
package.json
View File
@@ -1,6 +1,6 @@
{
"name": "bannerbanner",
"version": "1.
1
.0",
"version": "1.
2
.0",
"description": "No description.",
"scripts": {
"build": "npm run build-content-script && npm run build-background-script",
Write
Preview
Loading…
Cancel
Save