Inspect and view changes in Raiven Marketplace 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
{
"name": "Raiven Marketplace",
"short_name": "Best Value Finder",
"version": "1.230.28",
"description": "Never miss a better option while purchasing online.",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"author": "Raiven, Inc",
"default_locale": "en",
"web_accessible_resources": [
"images/*"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end",
"js": [
"pusher.min.js",
"injections.js",
"react.production.min.js",
"react-dom.production.min.js"
]
}
],
"permissions": [
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js",
"hotreload.js"
],
"persistent": true
},
"externally_connectable": {
"matches": [
"*://*.qmerit.com/*",
"http://localhost:3000/*"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icons/icon16.png",
"32": "images/icons/icon32.png",
"48": "images/icons/icon48.png",
"128": "images/icons/icon128.png"
}
},
"icons": {
"16": "images/icons/icon16.png",
"32": "images/icons/icon32.png",
"48": "images/icons/icon48.png",
"128": "images/icons/icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}