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": "__MSG_app_name__",
"description": "__MSG_app_description__",
"short_name": "clip art search",
"default_locale": "en",
"version": "1.0.3",
"manifest_version": 2,
"icons": {
"16": "img\/icon.png",
"48": "img\/icon_128.png",
"128": "img\/icon_128.png"
},
"homepage_url": "https:\/\/clipartsearch.freeonlineapps.net",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/update-conf.js",
"js\/update.min.js",
"js\/background.js"
]
},
"permissions": [
"https:\/\/*.freeonlineapps.net\/*"
]
}