Add Opera cache cleaner extension baseline
This commit is contained in:
28
opera-cache-cleaner-extension/manifest.json
Normal file
28
opera-cache-cleaner-extension/manifest.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Opera Cache Cleaner",
|
||||
"version": "1.0.0",
|
||||
"description": "Clears only the browser cache for a selected time range and can run on a configurable timer.",
|
||||
"permissions": [
|
||||
"browsingData",
|
||||
"storage",
|
||||
"alarms"
|
||||
],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "Opera Cache Cleaner",
|
||||
"default_popup": "popup/popup.html",
|
||||
"default_icon": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user