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_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.0.9",
"icons": {
"16": "logo\/lg-16_x_16.png",
"48": "logo\/lg-48_x_48.png",
"64": "logo\/lg-64_x_64.png",
"96": "logo\/lg-96_x_96.png",
"128": "logo\/lg-128_x_128.png"
},
"action": {
"default_popup": "pages\/popup\/popup.html",
"default_title": "Pet Finder - Desktop Pet collection"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"cs\/pp.css"
],
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"libs\/export-from-json.js",
"libs\/utils.js",
"cs\/pp_config.js",
"cs\/pp.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabs",
"scripting",
"offscreen"
],
"web_accessible_resources": [
{
"resources": [
"cs\/pets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}