chrome manifest

{
  // Required
  "manifest_version": 2,
  "name": "My Extension",
  "version": "versionString",

  // Recommended
  "default_locale": "en",
  "description": "A plain text description",
  "icons": {...},

  // Pick one (or none)
  "browser_action": {...},
  "page_action": {...},

  // Optional
  "action": ...,
  "author": ...,
  "automation": ...,
  "background": {
    // Recommended
    "persistent": false,
    // Optional
    "service_worker":
  },
  "chrome_settings_overrides": {...},
  "chrome_url_overrides": {...},
  "commands": {...},
  "content_capabilities": ...,
  "content_scripts": [{...}],
  "content_security_policy": "policyString",
  "converted_from_user_script": ...,
  "current_locale": ...,
  "declarative_net_request": ...,
  "devtools_page": "devtools.html",
  "differential_fingerprint": ...,
  "event_rules": [{...}],
  "externally_connectable": {
    "matches": ["*://*.example.com/*"]
  },
  "file_browser_handlers": [...],
  "file_system_provider_capabilities": {
    "configurable": true,
    "multiple_mounts": true,
    "source": "network"
  },
  "homepage_url": "http://path/to/homepage",
  "host_permissions": ...,
  "import": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}],
  "incognito": "spanning, split, or not_allowed",
  "input_components": ...,
  "key": "publicKey",
  "minimum_chrome_version": "versionString",
  "nacl_modules": [...],
  "natively_connectable": ...,
  "oauth2": ...,
  "offline_enabled": true,
  "omnibox": {
    "keyword": "aString"
  },
  "optional_permissions": ["tabs"],
  "options_page": "options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": ["tabs"],
  "platforms": ...,
  "replacement_web_app": ...,
  "requirements": {...},
  "sandbox": [...],
  "short_name": "Short Name",
  "signature": ...,
  "spellcheck": ...,
  "storage": {
    "managed_schema": "schema.json"
  },
  "system_indicator": ...,
  "tts_engine": {...},
  "update_url": "http://path/to/updateInfo.xml",
  "version_name": "aString",
  "web_accessible_resources": [...]
}

3.8
5
Denise 100 points

                                    //manifest.json
{
  "name": "My chrome extension",
  "version": "1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["./src/content.js"]
    }
  ]
}

3.8 (5 Votes)
0
3.9
10
Jonapello 125 points

                                    {
  "name": "Getting Started Example",
  "description": "Build an Extension!",
  "version": "1.0",
  "manifest_version": 3
}

3.9 (10 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to use manifest in chrome manifest.json for chrome extension chrome extension manifest docs chrome extension manifest documentation manifest.json for using chrome api manifest.json issue chrome manifest.json chrome encoding manifest.json google extention manifest.json chrome e google extention manifest what is manifest json in chrome extension current manifest version for chrome extentions manifest.json example chrome manifest.json in chrome extension manifest.json use chrome.runtime developer chrome extensions manifest chrome manifest.json contents chrome extension development manifest json chrome extension manifest version manifest in chrome browser chrome extension manifest values manifest json version 2 chrome manifest.json manifest.json chrome documentation chrome extension manifest json file manifest file for google extension chrome extension manifest reference chrome manifest docs chrome extension manifest settings manifest 2 chrome extension chrome manifest.json modules chrome extension manifest icons manifest chrome extension webrequest extensions manifest chrome.manifest chrome extensions manifest.json chrome manifest.json all sites manifest.json extension manifest.json extension chrome manifest description chrome extension manifest file chrome extension manifest format chrome extension manifest 3 example chrome extension manifest 3 extension manifest manifest.json chrome version manifest.json chrome extension\ understand manifest.json manifest example google chrome extension manifest.json chrome extension example google chrome extension manifest chrome manifest.json example chrome extention manifest manifest chrome extension google extension manifest chrome extension what is manifest.json where is my chromes manifest.json located extension manifest.json get chrome extensions manifest json chrome plugin manifest chrome extension manifest description description for chrome extension manifest file manifest icon chrome extension manifest version chrome extension manifest json chrome manifest for chrome extension manifest.json chrome extension chrome extension manifest.json file manifest-json.js manifest json file for chrome extension chrome extension manifest id chrome extintion manifest file chrome extension manifest template audits chrome extension manifest.json how to use extension in chrome chrome-extension//:pjadjjipapidndbhnipipihhfjhhcmae/manifest.json chrome example manifest add manifest to extension chrome extentions manifets file Dependencies manifest.json for chrome extension chrome extension manifest take note manifest.json template manifest chrome extension icon chrome manifest environment example manifest.json chrome extension google chrome extension manifext example manifest extension chrome manifest download chrome extension manifest.json how to make a manifest.json file for chrome extension extension manifest content_scripts google manifest chrome extension description manifest.json chrome manifest.json chrome manifest file for app chrome extension manifest json add extension manifest.json chrome chrome extension manifest.json chrome manifest json chrome extension manifest file manifest file browser extensions set chrome extension size via manifest manifest chrome extension example how to view a extensions manifest file google chrome extensions json file data developer chrome extension manifest webextensions manifest chrome extensions manifest chrome-extension://lhjgkmllcaadmopgmanpapmpjgmfcfig/manifest.json basic manifest chrome extension manifest file chrome manifest file chrome extension manifest chrome extension manifest.json documentation chrome navigate to the manifest.json file on a system and check for an extension using c# manifest json chrome extension chrome extension manifest jsone chrome extension json template 2) update the manifest json example of chrome menifest files google chrome extension edit manifest json file matches manifest file json chrome extension create chrome extension manifest example manifest.json chrome
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source