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",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "5.1.6",
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png",
"1024": "\/icons\/1024.png"
},
"author": "__MSG_manifest_author__",
"homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension",
"default_locale": "en",
"permissions": [
"storage"
],
"action": {
"default_title": "Password generator",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
}
}