Inspect and view changes in Such2 Search 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,
"version": "1.243",
"name": "Such2 Search",
"description": "such2.com supports a new social search function that runs searches directly on your favorite websites or frequently used websites.",
"homepage_url": "https://www.such2.com",
"icons": {
"48": "m/icon.png",
"128": "m/icon128.png",
"256": "m/icon.png"
},
"background": {
"page": "background.html"
},
"chrome_url_overrides": {
"newtab": "new_tab.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"js": [
"j/content_scripts.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"all_frames": true
}
],
"web_accessible_resources": [
"popup.html",
"service.html",
"new_tab.html"
],
"browser_action": {
"default_icon": "m/icon128.png",
"default_title": "Such2 Search"
},
"permissions": [
"history",
"bookmarks",
"activeTab",
"tabs",
"cookies",
"storage",
"<all_urls>",
"https://*.such2.com/*"
],
"short_name": "Such2 Search",
"author": "such2.com",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}