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": "Rock Paper Scissor Simulator",
"version": "2",
"manifest_version": 3,
"description": "Wath the intense battle between rock, paper and scissors.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo\/logo-16.png",
"32": "\/images\/logo\/logo-32.png",
"48": "\/images\/logo\/logo-48.png",
"128": "\/images\/logo\/logo-128.png"
}
},
"icons": {
"16": "\/images\/logo\/logo-16.png",
"32": "\/images\/logo\/logo-32.png",
"48": "\/images\/logo\/logo-48.png",
"128": "\/images\/logo\/logo-128.png"
},
"options_page": "about.html",
"permissions": [
"storage"
]
}