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": "AJBL Helper", "version": "0.0.4", "permissions": [ "contextMenus", "downloads" ], "icons": { "16": "icons\/aj-16px.png", "48": "icons\/aj-48px.png", "128": "icons\/aj-128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ajbuildingslibrary.co.uk\/projects\/display\/id\/*" ], "js": [ "js\/vendor.js", "js\/get-assets.js" ] } ], "background": { "scripts": [ "js\/background.js" ] } }