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": "Pins Peep \ud83d\udc40",
"version": "1.0.2",
"manifest_version": 3,
"description": "Peep Pins on Pinterest",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "src\/images\/48.png"
},
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "src\/images\/16.png",
"48": "src\/images\/48.png",
"128": "src\/images\/128.png"
},
"permissions": [
"tabs",
"contextMenus"
]
}