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": "Sudoku",
"description": "Sudoku is a logic-based, combinatorial number-placement puzzle.",
"author": "Inbasic",
"version": "0.1.0",
"manifest_version": 2,
"permissions": [
"storage",
"notifications",
"browser"
],
"app": {
"background": {
"scripts": [
"lib\/chrome.js"
]
}
},
"icons": {
"16": "data\/icons\/16.png",
"48": "data\/icons\/48.png",
"128": "data\/icons\/128.png"
}
}