Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "x-front-bar", "version": "1.0", "homepage_url": "https:\/\/github.com\/mpizza\/x-front-bar", "description": "Adds fashion bar in top of webpage, let your experience consist of lPhoneX", "icons": { "48": "icons\/icon-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "app.js" ], "css": [ "app.css" ] } ] }