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": "IPP\/CUPS printing for G Suite admins",
"short_name": "IPP\/CUPS printing for G Suite admins",
"description": "Local network printing administered through the G Suite console.",
"minimum_chrome_version": "44",
"version": "1.0.33",
"background": {
"scripts": [
"bg.js"
]
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"printerProvider",
"notifications",
"identity",
"identity.email",
"storage",
"unlimitedStorage",
"webRequest",
"webRequestBlocking"
],
"storage": {
"managed_schema": "schema.json"
},
"browser_action": {
"default_title": "Local network printing",
"default_icon": "icons\/icon16.png",
"default_popup": "master.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"oauth2": {
"client_id": "956623022585-3gm1rbjb03j3o3u0vjjoumun4q5crq0m.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
"https:\/\/www.googleapis.com\/auth\/plus.login"
]
},
"manifest_version": 2
}