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, "default_locale": "en", "name": "__MSG_extensionName__", "version": "0.0.3", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "sidePanel", "webRequest" ], "host_permissions": [ "https:\/\/api.twitter.com\/*", "https:\/\/api.koi.pet\/twitter\/callback*" ], "options_page": "options\/index.html", "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/x.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "content\/index.iife.js" ] }, { "matches": [ "*:\/\/x.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "content-ui\/index.iife.js" ] }, { "matches": [ "*:\/\/x.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "twitter-ui\/index.iife.js" ] }, { "matches": [ "*:\/\/x.com\/*", "*:\/\/twitter.com\/*" ], "css": [ "content.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/nkbihfbeogaeaoehlefnkodbefgpgknn\/*" ] }, "web_accessible_resources": [ { "resources": [ "*.js", "*.json", "*.css", "*.svg", "*.gif", "*.png", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ], "side_panel": { "default_path": "sidepanel\/index.html" } }