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": "My simple scripts",
"description": "Imagine Knowing Exactly What To Say, Every Time..",
"version": "1.0.04",
"action": {
"default_popup": "login.html",
"default_title": "My simple scripts"
},
"icons": {
"16": "images\/1627497609241-smallLogo.png",
"48": "images\/1627497609292-mediumLogo.png",
"128": "images\/1627497609341-largeLogo.png"
},
"background": {
"service_worker": ".\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"short_name": "MSS"
}