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",
"name": "Impero Education Pro",
"version": "1.1.13",
"author": "Impero Solutions Ltd",
"manifest_version": 2,
"description": "Provides content authorisation for Impero",
"homepage_url": "http:\/\/imperosoftware.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/Settings.js",
"js\/List.js",
"js\/Map.js",
"js\/HelperFunctions.js",
"js\/WebSocket.js",
"js\/ConnLayer.js",
"js\/TabController.js",
"js\/ContentController.js",
"js\/WebRequestHandlers.js",
"src\/bg\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"incognito": "split",
"minimum_chrome_version": "33",
"permissions": [
"tabs",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"web_accessible_resources": [
"js\/ext_content.js",
"imperodenied.gif",
"block.html"
]
}