Update latest version from CGPT
This commit is contained in:
@ -1,20 +1,22 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "LifeScrobbler",
|
||||
"version": "3.0.0",
|
||||
"description": "Scrobble visited pages to life.lab.unbl.ink after a delay, skipping blacklisted or paused tabs.",
|
||||
"version": "4.0.0",
|
||||
"description": "Scrobbles visited URLs to a configurable endpoint after a delay.",
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"storage",
|
||||
"webNavigation",
|
||||
"https://life.lab.unbl.ink/*"
|
||||
"<all_urls>"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
"scripts": ["shared_settings.js", "background.js"]
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": {
|
||||
"48": "icons/stop.png"
|
||||
"16": "icons/icon-16.png",
|
||||
"32": "icons/icon-32.png",
|
||||
"48": "icons/icon-48.png"
|
||||
},
|
||||
"default_title": "LifeScrobbler"
|
||||
},
|
||||
@ -23,7 +25,9 @@
|
||||
"open_in_tab": true
|
||||
},
|
||||
"icons": {
|
||||
"48": "icons/check.png",
|
||||
"96": "icons/check.png"
|
||||
"16": "icons/icon-16.png",
|
||||
"32": "icons/icon-32.png",
|
||||
"48": "icons/icon-48.png",
|
||||
"128": "icons/icon-128.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user