Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"short_name": "virtual pet",
"default_locale": "en",
"version": "3.0.2",
"offline_enabled": true,
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/worker.js"
},
"externally_connectable": {
"matches": [
"*:\/\/*.freeonlineapps.net\/*"
]
},
"permissions": [
"storage",
"tabs"
],
"homepage_url": "https:\/\/virtual-pets.freeonlineapps.net"
}