Inspect and view changes in PixelDrop - Free Games, Deals, and News 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "PixelDrop - Free Games, Deals, and News",
"version": "0.0.17",
"description": "A gaming hub with the latest deals, news, and free game giveaways in your browser new tabs or side bar",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://kotaku.com https://www.vg247.com https://www.gamespot.com https://www.ign.com https://www.polygon.com https://www.destructoid.com https://*.cheapshark.com https://*.gamerpower.com https://feed.phenx.de"
},
"permissions": [
"search",
"storage",
"tabs",
"sidePanel"
],
"action": {},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"https://kotaku.com/*",
"https://www.vg247.com/*",
"https://www.gamespot.com/*",
"https://www.ign.com/*",
"https://www.polygon.com/*",
"https://www.destructoid.com/*",
"https://www.cheapshark.com/*",
"https://www.gamerpower.com/*",
"https://feed.phenx.de/*"
]
}