Inspect and view changes in Song Cosmetic Dentistry 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Song Cosmetic Dentistry",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"description": "Last articles from Song Cosmetic Dentistry",
"action": {
"default_icon": {
"16": "images/icon-16x16.png",
"32": "images/icon-32x32.png",
"48": "images/icon-48x48.png",
"128": "icon.png"
},
"default_popup": "articles.html"
},
"host_permissions": [
"https://songdentistryinc.com/*"
],
"icons": {
"16": "images/icon-16x16.png",
"48": "images/icon-48x48.png",
"128": "icon.png"
}
}