Track all of your packages in one place, with PackageTrack.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extensionName__",
"version": "6.0.2",
"manifest_version": 2,
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"background": {
"scripts": [
"js/jquery.min.js",
"js/background.js"
]
},
"permissions": [
"cookies",
"storage",
"notifications",
"tabs",
"activeTab",
"contextMenus"
],
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons/icon.png",
"default_popup": "browser_action/popup.html"
},
"web_accessible_resources": [
"icons/icon.png",
"browser_action/popup.html"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}