manifest json chrome

Solutions on MaxInterview for manifest json chrome by the best coders in the world

showing results for - "manifest json chrome"
Julieta
19 Apr 2018
1{
2  // Required
3  "manifest_version": 2,
4  "name": "My Extension",
5  "version": "versionString",
6
7  // Recommended
8  "default_locale": "en",
9  "description": "A plain text description",
10  "icons": {...},
11
12  // Pick one (or none)
13  "browser_action": {...},
14  "page_action": {...},
15
16  // Optional
17  "action": ...,
18  "author": ...,
19  "automation": ...,
20  "background": {
21    // Recommended
22    "persistent": false,
23    // Optional
24    "service_worker":
25  },
26  "chrome_settings_overrides": {...},
27  "chrome_url_overrides": {...},
28  "commands": {...},
29  "content_capabilities": ...,
30  "content_scripts": [{...}],
31  "content_security_policy": "policyString",
32  "converted_from_user_script": ...,
33  "current_locale": ...,
34  "declarative_net_request": ...,
35  "devtools_page": "devtools.html",
36  "differential_fingerprint": ...,
37  "event_rules": [{...}],
38  "externally_connectable": {
39    "matches": ["*://*.example.com/*"]
40  },
41  "file_browser_handlers": [...],
42  "file_system_provider_capabilities": {
43    "configurable": true,
44    "multiple_mounts": true,
45    "source": "network"
46  },
47  "homepage_url": "http://path/to/homepage",
48  "host_permissions": ...,
49  "import": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}],
50  "incognito": "spanning, split, or not_allowed",
51  "input_components": ...,
52  "key": "publicKey",
53  "minimum_chrome_version": "versionString",
54  "nacl_modules": [...],
55  "natively_connectable": ...,
56  "oauth2": ...,
57  "offline_enabled": true,
58  "omnibox": {
59    "keyword": "aString"
60  },
61  "optional_permissions": ["tabs"],
62  "options_page": "options.html",
63  "options_ui": {
64    "chrome_style": true,
65    "page": "options.html"
66  },
67  "permissions": ["tabs"],
68  "platforms": ...,
69  "replacement_web_app": ...,
70  "requirements": {...},
71  "sandbox": [...],
72  "short_name": "Short Name",
73  "signature": ...,
74  "spellcheck": ...,
75  "storage": {
76    "managed_schema": "schema.json"
77  },
78  "system_indicator": ...,
79  "tts_engine": {...},
80  "update_url": "http://path/to/updateInfo.xml",
81  "version_name": "aString",
82  "web_accessible_resources": [...]
83}
María Alejandra
17 Jul 2017
1//manifest.json
2{
3  "name": "My chrome extension",
4  "version": "1.0",
5  "manifest_version": 2,
6  "content_scripts": [
7    {
8      "matches": ["<all_urls>"],
9      "js": ["./src/content.js"]
10    }
11  ]
12}
Delfina
13 Nov 2020
1{
2  // Required
3  "manifest_version": 3,
4  "name": "My Extension",
5  "version": "versionString",
6
7  // Recommended
8  "action": {...},
9  "default_locale": "en",
10  "description": "A plain text description",
11  "icons": {...},
12
13  // Optional
14  "action": ...,
15  "author": ...,
16  "automation": ...,
17  "background": {
18    // Required
19    "service_worker":
20  },
21  "chrome_settings_overrides": {...},
22  "chrome_url_overrides": {...},
23  "commands": {...},
24  "content_capabilities": ...,
25  "content_scripts": [{...}],
26  "content_security_policy": "policyString",
27  "converted_from_user_script": ...,
28  "current_locale": ...,
29  "declarative_net_request": ...,
30  "devtools_page": "devtools.html",
31  "differential_fingerprint": ...,
32  "event_rules": [{...}],
33  "externally_connectable": {
34    "matches": ["*://*.example.com/*"]
35  },
36  "file_browser_handlers": [...],
37  "file_system_provider_capabilities": {
38    "configurable": true,
39    "multiple_mounts": true,
40    "source": "network"
41  },
42  "homepage_url": "http://path/to/homepage",
43  "host_permissions": [...],
44  "import": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}],
45  "incognito": "spanning, split, or not_allowed",
46  "input_components": ...,
47  "key": "publicKey",
48  "minimum_chrome_version": "versionString",
49  "nacl_modules": [...],
50  "natively_connectable": ...,
51  "oauth2": ...,
52  "offline_enabled": true,
53  "omnibox": {
54    "keyword": "aString"
55  },
56  "optional_permissions": ["tabs"],
57  "options_page": "options.html",
58  "options_ui": {
59    "chrome_style": true,
60    "page": "options.html"
61  },
62  "permissions": ["tabs"],
63  "platforms": ...,
64  "replacement_web_app": ...,
65  "requirements": {...},
66  "sandbox": [...],
67  "short_name": "Short Name",
68  "storage": {
69    "managed_schema": "schema.json"
70  },
71  "system_indicator": ...,
72  "tts_engine": {...},
73  "update_url": "http://path/to/updateInfo.xml",
74  "version_name": "aString",
75  "web_accessible_resources": [...]
76}
queries leading to this page
audits chrome extensionmanifest version chrome extensionmanifest icon chrome extensionmanifest json chrome documentationadd manifest to extensionmanifest file browser extensionschrome extension manifest 2manifest google extensionmanifest json documentation chromegoogle chrome extension manifext examplemanifest json chromechrome developers manifest json documentationchrome extension manifest json filechrome plugin manifestmanifest json video chrome extension securityhow to view a extensions manifest filenavigate to the manifest json file on a system and check for an extension using c 23chrome extension development manifest jsonchrome extentions manifets filemanifest json chrome encodingmanifest description chromemanifest json version 2 chrome manifest jsoncheck manifest json in chrome toolsmanifest json chromemanifest json jsmanifest json issue chromedescription for chrome extension manifest filechrome extension manifest versionchrome manifest environmentmanifest chrome extension iconwhat extension is manifest chromemanifest chrome extension exampleset chrome extension size via manifestchrome manifestchrome extension manifest docsmanifest json in chrome extensionchrome extension manifest referencemanifest file for chrome extensiongoogle manifestwhat is manifest in chrome extensionmanifest 2 chrome extensionexample of chrome menifest filesextensions manifestmanifest json example chromecreate chrome extension manifest examplechrome extension manifest jsoneextension e2 80 99s manifestchrome extension manifest json filechrome manifest json modulesmanifest json google extentionmanifest example google chrome extensionchrome extension manifest jsonget chrome extensions manifest jsonmanifest json extension chromechrome extensions get manifestmanifest json use chrome runtimegoogle chrome extension edit manifest json file matcheschrome extensions manifest jsonchrome extension manifest take notemanifest json file for chrome extensionschrome extintion manifest filedependencies manifest json for chrome extensionwhat is manifest file chrome extensiongoogle chrome extension manifestmanifest json chrome echrome extension manifest descriptionmanifest jsonchrome extension 3a 2f 2flhjgkmllcaadmopgmanpapmpjgmfcfig 2fmanifest jsongoogle extension manifestmanifest file json chrome extensionextension manifest content scriptsextension manifest jsonchrome extension manifest 3chrome extension manifest filemanifest file chrome extensionchrome extensions manifest jsonchrome extensions manifestmanifest json chrome extensionchrome extension json templatebasic manifest chrome extensionchrome manifest json contentschrome extention manifestmanifest json chrome apideveloper chrome extensions manifestchrome extension manifest 3 examplehow to use extension in chromechrome extension manifest settingsextension manifest filedownload chrome extension manifest jsonchrome extension manifest versionschrome extension manifest jsonchrome extension manifest idchrome manifest 3d 22 22manifest json extensionwhere is my chromes manifest json located manifest chrome extensionchrome manifest json all siteschrome extension manifest formatmanifest json chrome versionmanifest extensionchrome manifestchrome manifest jsonwebextensions manifestmanifest json chrome extension keymanifest for chrome extensionmanifest file chrome manifest in chrome browsercurrent manifest version for chrome extentionschrome extension manifest iconswhat is manifest json in chrome extensionmanifest json chrome extension exampleadd extension manifest json chromechrome manifest json examplemanifest chrome extension 2 29 update the manifest jsonmanifest json for using chrome apichrome extension manifest documentationchrome extension 2f 2f 3apjadjjipapidndbhnipipihhfjhhcmae 2fmanifest jsonmanifest json chrome extensionchrome extension description manifest jsonchrome manifest file for app chrome extension what is manifest jsonmanifest json for chrome extensionmanifest json templateexamples of manifest chrome extensionmanifest json file for chrome extensionhow to make a manifest json file for chrome extensionchrome extension manifest templatechrome manifest jsonexample manifest json chrome extensionextension manifestchrome extension manifest valueschrome example manifestchrome manifest json propertieschrome manifest docsmanifest chrome extension webrequestgoogle chrome extensions json file data developergoogle extention manifestmanifest js chrome extensionmanifest file for google extensionmanifest json extensionchrome extension manifestchrome manifest chrome 3a 2f 2fextensionunderstand manifest jsonhow to use manifest in chromemanifest json chrome extension 5cmanifest json chrome