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",
"author": "Gameograf",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "en",
"version": "2.6.0",
"description": "__MSG_appDesc__",
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "\/js\/bg.js"
},
"permissions": [
"search"
],
"host_permissions": [
"https:\/\/api.gameograf.com\/*"
],
"icons": {
"16": "img\/128.png",
"48": "img\/128.png",
"128": "img\/128.png"
}
}