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_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.3.2",
"manifest_version": 3,
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*.pinterest.com\/*",
"https:\/\/*.pinterest.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "\/images\/32-32.png",
"64": "\/images\/64-64.png",
"128": "\/images\/128-128.png"
}
},
"icons": {
"32": "\/images\/32-32.png",
"64": "\/images\/64-64.png",
"128": "\/images\/128-128.png"
}
}