Inspect and view changes in Color Themes for Facebook™ 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
{
"author": "Free Simple Apps",
"name": "__MSG_APP_NAME__",
"description": "__MSG_APP_DESCRIPTION__",
"short_name": "__MSG_APP_NAME__",
"version": "1.0.2",
"default_locale": "en",
"manifest_version": 2,
"offline_enabled": true,
"browser_action": {
"default_title": "__MSG_app_name__",
"default_icon": {
"16": "img/16.png",
"64": "img/19.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js/themes.js",
"js/launch.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"js/jquery.min.js",
"js/themes.js",
"js/content.js"
],
"matches": [
"*://*.facebook.com/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "img/16.png",
"48": "img/48.png",
"128": "img/128.png"
},
"permissions": [
"tabs",
"storage"
],
"homepage_url": "https://color-changer.freeonlineapps.net",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}