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",
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"description": "__MSG_description__",
"default_locale": "en",
"permissions": [
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_icon": {
"64": "\/images\/hypestat-64.png",
"128": "\/images\/hypestat-128.png"
},
"default_popup": "\/views\/popup.html",
"default_title": "__MSG_default_title__"
},
"icons": {
"64": "\/images\/hypestat-64.png",
"128": "\/images\/hypestat-128.png"
},
"version": "0.4.0"
}