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",
"version": "1.0.6",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"options_page": "options.html",
"permissions": [
"cookies",
"storage",
"identity"
],
"host_permissions": [
"*:\/\/*.extensionsbox.com\/*",
"*:\/\/*.instagram.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzROyy7HaFyUyaY8OMommy6WfpLuD34EalWo6JxCES9C4kyqmSszYtskRNw4Ga0VBi9m4BlY2y8Fxd66Cq8xFQNfUhsODY5GyI\/WE46akLlYFES\/qxbA5yqr6i2LCG8UKYKJbpn6hvhR5GNP9fLA7wycaDasHj6UP4aDb51wkStsAsw6m8x8g9TKk2qVQ1nHCCpq022V6BskKfKO1MujITgyP9uYYAILZ3cE1tnsfUPp2a9l9TSr\/cnWP\/y4FK98pmdgkKdw19fx6xT0mBr0RP3ZiqIwTfOupiUvEoXPnsxgKDDLyiSRd4lXlBL6ogp\/w0HMp98s7hCf7lvq7alGV1wIDAQAB",
"oauth2": {
"client_id": "757028855972-f0rt3hujmfvktuk960p658lm49pcuuoc.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*"
],
"matches": []
}
]
}