Inspect and view changes in U49SP Top Website 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": "U49SP Top Website",
"description": "U49SP Top Website shows you the 10 websites you see most",
"author": "Aspire Digisoft",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icons/16.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"most-visited-websites-extension.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Most Visited Website"
},
"permissions": [
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}