Inspect and view changes in One-Click Lyrics Finder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "One-Click Lyrics Finder",
"version": "1.0",
"description": "Tìm kiếm lời bài hát chỉ với một cú nhấp chuột.",
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_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"
},
"browser_specific_settings": {
"gecko": {
"id": "{fd8359e2-1542-4bad-a55c-10b50a90f02a}"
}
}
}