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": "__MSG_app_name__",
"description": "__MSG_greeting__",
"version": "1.0.0",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"cookies",
"storage",
"windows"
],
"host_permissions": [
"http:\/\/localhost:3000\/*",
"ws:\/\/localhost:3000\/*",
"https:\/\/word-guesser-production.up.railway.app\/*",
"wss:\/\/word-guesser-production.up.railway.app\/*"
],
"incognito": "split",
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Guess The Word Game"
}
}