Inspect and view changes in DripCheck 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",
"name": "DripCheck",
"description": "An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk",
"version": "0.1.4",
"manifest_version": 2,
"icons": {
"16": "./16.png",
"32": "./32.png",
"48": "./48.png",
"128": "./128.png"
},
"background": {
"scripts": [
"./background.js"
]
},
"options_page": "./options.html",
"browser_action": {
"default_popup": "./popup-sign-in.html"
},
"permissions": [
"identity",
"contextMenus"
]
}