{
   "action": {
      "default_icon": {
         "16": "/imgs/icon16.png",
         "32": "/imgs/icon32.png"
      },
      "default_popup": "/pages/popup.html",
      "default_title": "__MSG_appName__"
   },
   "author": "XTCodeTech",
   "background": {
      "service_worker": "background.js"
   },
   "content_scripts": [ {
      "css": [ "css/bootstrap.min.css", "css/style.css" ],
      "js": [ "js/bootstrap.min.js", "js/csvparse.js", "js/indexedDbUtil.js", "js/content.js" ],
      "matches": [ "https://*.twitter.com/*", "http://*.twitter.com/*", "https://*.x.com/*", "http://*.x.com/*" ],
      "run_at": "document_start"
   } ],
   "default_locale": "en",
   "description": "__MSG_appDesc__",
   "host_permissions": [ "https://*.twitter.com/*", "https://*.x.com/*", "https://*.twimg.com/*", "https://api2.xtcodetech.com/*" ],
   "icons": {
      "128": "/imgs/icon128.png",
      "16": "/imgs/icon16.png",
      "32": "/imgs/icon32.png",
      "48": "/imgs/icon48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlHA9dhKwhKnqF0Zt9RYUIMD06Mid95+jn/bfg+SWUx6HY6Ti3PYe9cSt/UqG2NtAZLYbxj0LY+uI3XFbMJ3owBwqDtSr16A3Y5UAwk9GFsxMUtvxUq1kfrbCYaOwibe++Jib5NuSmrPzchSl2ojFci9jio6cCDCBbQGa1x/IWVrK2WiYIWmLhOW+RP9w//o9Kz0AvBUrcz/SVaoAv06LhL+qqAcXETNu0ilO7u0cdFA1beNSIuhh21Jkjn3zMh5SekrjF79OC4JrHLeTvK4HOT8o1u3c3uj5pnyoAJDnHIAiujDZIEKW5jlzzHxlXxMREd906wI+IJwg+pYvga3UmQIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_appName__",
   "oauth2": {
      "client_id": "206561442920-18cunbs2fvnmriurg7erdc8e864ehi0l.apps.googleusercontent.com",
      "scopes": [ "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile" ]
   },
   "permissions": [ "identity", "identity.email", "storage", "webRequest", "tabs" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "2.8.3",
   "web_accessible_resources": [ {
      "matches": [ "https://*/*" ],
      "resources": [ "css/bootstrap.min.css", "js/inject2.js" ]
   } ]
}
