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": "Tic-Tac-Toe Game",
"short_name": "tic-tac-toe",
"version": "0.1.3",
"description": "A classic tic-tac-toe game that plays with AI player in a popup",
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"action": {
"default_icon": "img\/logo.png",
"default_popup": "index.html"
},
"sandbox": {
"pages": [
"index.html"
]
},
"permissions": [
"storage"
],
"offline_enabled": true,
"manifest_version": 3
}