Best place to get NFL Jerseys, Tickets, & all things NFL!
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": "FOOTBALL JERSEY CENTRAL",
"version": "0.1",
"manifest_version": 2,
"description": "Best place to get NFL Jerseys, Tickets, & all things NFL!",
"permissions": [
"gcm",
"storage",
"notifications",
"identity"
],
"background": {
"persistent": false,
"scripts": [
"OneSignal.js",
"background.js"
]
},
"browser_action": {
"default_icon": "football.png",
"default_title": "Best place to get NFL Jerseys, Tickets, & all things NFL!",
"default_popup": "extension.html"
},
"content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
"icons": {
"128": "football.png"
}
}