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",
"action": {
"default_icon": "dino.png"
},
"background": {
"service_worker": "background.js"
},
"description": "Running dinosaur game for chrome",
"icons": {
"16": "dino.png",
"32": "dino.png",
"48": "dino.png",
"64": "dino.png",
"128": "dino.png"
},
"manifest_version": 3,
"name": "T-Rex Running Dino",
"options_page": "godzilla\/index.html",
"version": "1.0.1"
}