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,
"short_name": "PSD Favorites",
"name": "PSD Favorites 7.3 by Q4Q",
"description": "Authenticator, Password Manager, Web Apps, Password Randomizer and My Favorites",
"version": "7.3",
"homepage_url": "https:\/\/pigskindispatch.com",
"icons": {
"16": "sites\/psd\/images\/16.png",
"48": "sites\/psd\/images\/48.png",
"128": "sites\/psd\/images\/128.png",
"256": "sites\/psd\/images\/background.png"
},
"background": {
"service_worker": ".\/background.js"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_icon": "sites\/psd\/images\/19.png",
"default_popup": "popup.html"
}
}