Skip to content

Commit

Permalink
use manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Dec 13, 2023
1 parent fdb0aef commit 4542b3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Auto Clear Cache",
"version": "1.0",
"manifest_version": 2,
"manifest_version": 3,
"description": "Automatically clears your browsing data on a regular basis.",
"homepage_url": "https://github.com/JackDotJS/auto-clear-cache",
"author": "JackDotJS",
Expand All @@ -11,7 +11,8 @@
},
"permissions": [
"browsingData",
"storage"
"storage",
"alarms"
],
"optional_permissions": [
"notifications"
Expand All @@ -21,7 +22,7 @@
"browser_style": false,
"open_in_tab": true
},
"browser_action": {
"action": {
"default_popup": "popup-options/popup.html",
"default_icon": {
"16": "icon/light_16x.png",
Expand Down

0 comments on commit 4542b3d

Please sign in to comment.