Inspect and view changes in Dell Warranty Lookup 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
{
"manifest_version": 2,
"name": "Dell Warranty Lookup",
"version": "1.1resigned1",
"description": "Does a lookup on warranty based on a Dell servicetag.",
"icons": {
"48": "icons/logo.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "icons/logo.png",
"default_title": "Dell Warranty Lookup",
"default_popup": "popup/index.html"
},
"web_accessible_resources": [
"popup/javascript.js",
"popup/index.html",
"icons/logo.png"
],
"background": {
"scripts": [
"popup/javascript.js"
]
},
"content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "{cd3f29a9-8420-443f-af51-493069431ae9}"
}
}
}