Inspect and view changes in local features 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": "local features",
"version": "1.0",
"manifest_version": 2,
"description": "local features",
"icons": {
"48": "nr48.png",
"128": "nr128.png"
},
"browser_action": {
"default_icon": "bt128.png",
"default_title": "local features",
"default_popup": "popup.html"
}
}