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": "__MSG_extensionName__",
"version": "2.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"identity",
"notifications",
"alarms"
],
"host_permissions": [
"*:\/\/*.addonschrome.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.googleapis.com\/*"
],
"oauth2": {
"client_id": "221938340359-2h5bnu1t7jl1l9ahom6q9fo2umnvc4rk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"analyzer.html",
"notification-details.html",
"assets\/swert.js"
],
"matches": [
"<all_urls>"
]
}
]
}