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": "Pale Blue Button",
"version": "7",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "bluebutton-16.png",
"48": "bluebutton-48.png",
"128": "bluebutton-128.png"
},
"background": {
"page": "bg.html"
},
"browser_action": {
"default_title": "__MSG_buttonTip__",
"default_icon": "bluebutton-19.png",
"default_popup": "pop.html"
},
"permissions": [
"idle"
]
}