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_extName__",
"description": "__MSG_extDesc__",
"homepage_url": "https:\/\/tweetgrok.ai\/",
"default_locale": "en",
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"css": [],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"images\/*",
"inject.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"version": "0.0.2"
}