Inspect and view changes in NOP background 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
{
"name": "NOP background",
"description": "Now you can Change the current page color",
"version": "1.8",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "NOP background",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}