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": "crx-update",
"description": "ctx-update",
"version": "1.1",
"action": {
"default_popup": "index.html",
"default_icon": "images\/app.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1CwpyPA4tSXkiq7Qxg5GrIjUXJkk94pYqqDvOoEaF9gQvRobVzrZRcg5+npbNsNvaFPzFU8m04Ls4DssCiuGB5s2pbbWRI0XPe8eNO4Az5e65r+4+3zXxGYuYNr8nPEqTjSG3yV\/lraPtSRv+GIl7O9LYXNAg2JyH+RIAtNSG6SHARlSSw9OqGPwOhd9DSzurZgg6SuMUiOePcgrF1beZlqTxchTCTFLvvnnT19ouq4wpBgYTzQQl9oE9k058EHNgacAELnyF1q3eGKfnzYlybg+Qa5KmqgDsELCDXbiZfQkyhsOPXvRR0ca4C0gJgiDjaV3xaXKSFi+hjycxOItywIDAQAB",
"icons": {
"16": "images\/app.png",
"32": "images\/app.png",
"48": "images\/app.png",
"128": "images\/app.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"inPage.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"inPageImages\/*"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
}