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": "Chromagochi",
"short_name": "Chromagochi",
"description": "A little browser critter to take care of",
"version": "1.6",
"browser_action": {
"default_icon": "assets\/img\/icon19.png"
},
"background": {
"scripts": [
"assets\/js\/background.js"
],
"persistent": false
},
"permissions": [
"alarms",
"storage"
],
"icons": {
"16": "assets\/img\/icon16.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
}
}