Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TuneFinder",
"version": "1.0.6",
"short_name": "TuneFinder",
"description": "Quickly find song lyrics with TuneFinder",
"icons": {
"16": "icons\/png\/64x64.png",
"128": "icons\/png\/128x128.png"
},
"action": {
"default_icon": {
"16": "icons\/png\/256x256.png"
},
"default_title": "TuneFinder",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.tunefinderapp.com\/*",
"*:\/\/tunefinderapp.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"homepage_url": "http:\/\/tunefinderapp.com\/"
}