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": "Breakfast",
"description": "Saves a set of opened tabs and opens them again everytime you open Chrome",
"version": "1.1",
"browser_action": {
"default_icon": {
"38": "icon38.png"
},
"default_title": "Click this to have Chrome open the tabs that are open right now everytime it starts"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}